table('customer') ->addColumn('remark', 'string', ['comment' => '备注', 'default' => '' , 'limit' => 255]) ->update(); } }