导入SQL文件 gen_table新增加 dbName字段
This commit is contained in:
parent
53194eff1d
commit
9e21ac4f4d
@ -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.
Loading…
x
Reference in New Issue
Block a user