table('order_goods') ->addColumn('finance_evidence', 'integer', ['limit' => 11, 'default' => 0, 'comment' => '财务结算凭证']) ->save(); } }