Commit d65edbde by mercymodest

feat:- add sql

parent bfa54ab2
alter table t_device_group alter table t_device_group
...@@ -73,6 +73,11 @@ alter table t_events ...@@ -73,6 +73,11 @@ alter table t_events
add magic_import_s3_key varchar(200) null comment '魔法导入文件S3key(如果是文件导入的话)'; add magic_import_s3_key varchar(200) null comment '魔法导入文件S3key(如果是文件导入的话)';
alter table sys_oper_log
add execution_time LONG null comment '方法执行时间(毫秒)';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment