table('cart') ->addColumn('is_staff', 'integer',array('limit' => 11,'default'=>0,'comment'=>'是否参与购买优惠 1参与 0不参与')) ->save(); } }