table('customer_visit_log') ->addColumn('document_field', 'string', ['comment'=> '文档资料链接地址','null'=>true]) ->addColumn('document_name', 'string', ['limit'=>500,'comment'=> '文档资料名称','null'=>true]) ->update(); } }