fix mysql 导入表字段错误

This commit is contained in:
不做码农
2021-11-15 09:44:33 +08:00
parent e8911e2c9f
commit 28c406c992
3 changed files with 1 additions and 28 deletions

View File

@@ -658,7 +658,7 @@ create table gen_table (
update_by varchar(64) default '' comment '更新者',
update_time datetime comment '更新时间',
remark varchar(500) default null comment '备注',
primary key (table_id)
primary key (tableId)
) engine=innodb auto_increment=1 comment = '代码生成业务表';