table('goods') ->addColumn('goods_type', 'integer',array('limit' => 4,'default'=>10,'comment'=>'商品类型,10普通商品;20赠品;30套餐商品')) ->save(); } }