table('order') ->addColumn('invoice_deadline', 'integer', array('limit' => 11, 'default' => 0, 'comment' => '申请开票截止时间')) ->save(); } }