perf:过程日志改造
This commit is contained in:
@@ -72,4 +72,7 @@ CREATE TABLE `core_log_operation`
|
||||
DEFAULT CHARSET = utf8mb4 COMMENT ='日志-操作';
|
||||
|
||||
|
||||
alter table core_log_process
|
||||
modify params longtext null comment '异常说明';
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
|
||||
Reference in New Issue
Block a user