疯狂的狮子li
2022-11-03 68193fd37f4444e43b7527526b6536a1d634b088
script/sql/update/update-4.1-4.2.sql
@@ -7,3 +7,8 @@
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 '归属表编号';
alter table sys_notice modify column notice_id bigint(0) not null COMMENT '公告ID';
alter table sys_config modify column config_id bigint(0) not null COMMENT '参数主键';