table('coupon') ->addColumn('qrcode_id', 'integer',array('limit' => 11, 'signed' => false, 'default' => 0, 'comment'=>'小程序码')) ->save(); } }