wlzboy
2025-12-26 c10b1e130ccbc94e6481a43e8e2d35cfc8fcf83b
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 '响应消息';