|
|
|
@ -7,7 +7,7 @@ class NewSquirrelModel extends Orm_Base{ |
|
|
|
|
'birthday' => array('type' => "int(11)",'comment' => '小鼠生日'), |
|
|
|
|
'father' => array('type' => "varchar(255)",'comment' => '小鼠父亲'), |
|
|
|
|
'mother' => array('type' => "varchar(255)",'comment' => '小鼠母亲'), |
|
|
|
|
'strains_' => array('type' => "varchar(255)",'comment' => '小鼠品系'), |
|
|
|
|
'strains' => array('type' => "varchar(255)",'comment' => '小鼠品系'), |
|
|
|
|
'gene' => array('type' => "varchar(255)",'comment' => '小鼠基因'), |
|
|
|
|
'remark' => array('type' => "int(11)",'comment' => '备注'), |
|
|
|
|
'is_fen' => array('type' => "varchar(255)",'comment' => '是否杀死'), |
|
|
|
|