From 2ecdee61494f4447155ca4bc2cb1a8408c3aea80 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Fri, 3 Jan 2025 15:26:57 +0800 Subject: [PATCH] Create 1735889179_change_ufutx_s2_bp_logs.up.sql --- 1735889179_change_ufutx_s2_bp_logs.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1735889179_change_ufutx_s2_bp_logs.up.sql diff --git a/1735889179_change_ufutx_s2_bp_logs.up.sql b/1735889179_change_ufutx_s2_bp_logs.up.sql new file mode 100644 index 0000000..749d1ed --- /dev/null +++ b/1735889179_change_ufutx_s2_bp_logs.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_bp_logs` ADD `message` VARCHAR(2048) NULL COMMENT '额外消息' AFTER `reason`; \ No newline at end of file