fix mysql 导入表字段错误
This commit is contained in:
@@ -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 = '代码生成业务表';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user