table('ms_activity') ->addColumn('is_up', 'integer',array('limit' => 10,'default'=>1,'comment'=>'0 作废 1 启用')) ->save(); } }