导入SQL文件 gen_table新增加 dbName字段

This commit is contained in:
不做码农 2021-12-15 14:13:09 +08:00
parent 53194eff1d
commit 9e21ac4f4d
2 changed files with 2 additions and 1 deletions

View File

@ -663,7 +663,8 @@ create table gen_table (
update_by varchar(64) default '' comment '更新者',
update_time datetime comment '更新时间',
remark varchar(500) default null comment '备注',
primary key (tableId)
dbName VARCHAR(100) comment '数据库名',
PRIMARY key (tableId)
) engine=innodb auto_increment=1 comment = '代码生成业务表';

Binary file not shown.