table('goods_sku') ->addColumn('specs', 'string',array('limit' => 255,'default'=>'','comment'=>'商品规格')) ->save(); } }