初始化

This commit is contained in:
zg
2026-07-15 16:13:27 +08:00
parent 6d6f559793
commit c4023c1623
276 changed files with 42622 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- 生产环境新增列
ALTER TABLE sys_login_log ADD COLUMN real_name VARCHAR(64) DEFAULT NULL COMMENT '用户真实姓名' AFTER username;
ALTER TABLE sys_operation_log ADD COLUMN response_body TEXT DEFAULT NULL COMMENT '接口返回报文截断至2000字符' AFTER error_msg;