table('user') ->addColumn('gold_rice', 'integer',array('limit' => 11,'signed'=>false,'default'=>0,'comment'=>'可用金米粒')) ->addColumn('gold_rice_frozen', 'integer',array('limit' => 11,'signed'=>false,'default'=>0,'comment'=>'冻结中的金米粒')) ->save(); } }