table('user') ->addColumn('gold_rice_road', 'integer',array('limit' => 10, 'default'=> 0,'comment'=>'在途金米粒数量(没有过售后期的金米粒,暂时不能使用)')) ->save(); } }