wlzboy
2026-01-24 b2bd9fb71ee17d0ec73429f03dc87c87a0a38325
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 '响应消息';