hundedaten jetzt korrekt
This commit is contained in:
@ -9,8 +9,8 @@ class Dog extends Model {
|
||||
'kennel_name' => ['type'=>'text'],
|
||||
'breed' => ['type'=>'text'],
|
||||
'size' => ['type'=>'text'], //in cm
|
||||
'birthday' => ['type'=>'int'], //unix timestamp
|
||||
'agility_size' => ['type'=>'int'], //S,M,I,L
|
||||
'birthday' => ['type'=>'text'],
|
||||
'agility_size' => ['type'=>'text'], //S,M,I,L
|
||||
'active' => ['type'=>'int','default'=>1]
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user