wlzboy
2026-03-31 61c4c3f45e4257e2e7662f033e2719e62366c632
1
2
3
4
5
-- 为 sys_notify_send_log 表添加 response_msg 字段
-- 该脚本用于修复因字段缺失导致的 SQL 语法错误
 
ALTER TABLE `sys_notify_send_log` 
ADD COLUMN `response_msg` text DEFAULT NULL COMMENT '响应消息';