wlzboy
2026-03-24 6676a35122fd9c97d1b1679c211bc8a9b97f08f2
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 '响应消息';