From c8d16c88d7613ef0fe29401d52955aa57f55003b Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 11 Sep 2025 15:38:24 +0800 Subject: [PATCH] change_ufutx_s2_bp_logs --- 1757576297_change_ufutx_s2_bp_logs.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1757576297_change_ufutx_s2_bp_logs.up.sql diff --git a/1757576297_change_ufutx_s2_bp_logs.up.sql b/1757576297_change_ufutx_s2_bp_logs.up.sql new file mode 100644 index 0000000..840cab0 --- /dev/null +++ b/1757576297_change_ufutx_s2_bp_logs.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_bp_logs` ADD `type_id` INT NOT NULL DEFAULT '0' COMMENT '类型id' AFTER `bp_id`; \ No newline at end of file