fix 修复 代码生成表字段类型不匹配 导致查询不准确问题

This commit is contained in:
疯狂的狮子li
2022-06-17 10:23:40 +08:00
parent aec194ba61
commit 15f7a7db65
6 changed files with 9 additions and 3 deletions

View File

@ -7,3 +7,4 @@ update sys_oss_config set endpoint = 'cos.ap-beijing.myqcloud.com' where oss_con
insert into sys_oss_config values (5, 'image', 'ruoyi', 'ruoyi123', 'ruoyi', 'image', '127.0.0.1:9000', 'N', '', '1', '', 'admin', sysdate(), 'admin', sysdate(), NULL, '');
alter table gen_table_column modify column table_id bigint(0) null default null COMMENT '归属表编号';