From d18040d1968a62ede15aa11f22e9c14741d2d529 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 11 Sep 2025 15:36:00 +0800 Subject: [PATCH] change_ufutx_s2_bp_logs --- 1757576149_change_ufutx_s2_bp_logs.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1757576149_change_ufutx_s2_bp_logs.up.sql diff --git a/1757576149_change_ufutx_s2_bp_logs.up.sql b/1757576149_change_ufutx_s2_bp_logs.up.sql new file mode 100644 index 0000000..a141ab8 --- /dev/null +++ b/1757576149_change_ufutx_s2_bp_logs.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_bp_logs` CHANGE `sub_user_id` `bp_id` BIGINT NOT NULL DEFAULT '0' COMMENT '福分id'; \ No newline at end of file