table('coupon') ->addColumn('is_show_position', 'integer',array('limit' => 10,'default'=>1,'comment'=>'是否公开发券 1默认公开发券 2仅在领券中心显示 3仅在商品详情页显示 4完全不公开(定向发放,券发放对象必须为所有用户)')) ->save(); } }