madmatt 951152e1c6 Update datamodel.md to use an array argument to Enum instead of the more error-prone string
The previous argument to the Enum was: 
"Status" => "Enum('Active, Injured, Retired')"

This would cause issues where the 'Injured' and 'Retired' statuses would actually be stored in the database as ' Injured' and ' Retired' respectively, at least in 3.0.

Using an array() to specify the enum, and using normal array syntax (albeit within a string) is less likely to cause errors.
2013-10-05 00:53:08 +13:00
..
2013-09-18 14:32:38 +02:00
2013-08-25 10:59:26 +12:00
2013-05-06 12:51:46 +12:00
2013-07-19 14:18:49 +12:00
2013-09-05 12:54:31 +02:00