From 23f0f95046e7de9a8fca75bda5f27ee9b8a99c6d Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Mon, 6 Jan 2025 15:01:57 +0800 Subject: [PATCH] change_ufutx_s2_bp_logs --- 1736146900_change_ufutx_s2_bp_logs.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1736146900_change_ufutx_s2_bp_logs.up.sql diff --git a/1736146900_change_ufutx_s2_bp_logs.up.sql b/1736146900_change_ufutx_s2_bp_logs.up.sql new file mode 100644 index 0000000..70fa089 --- /dev/null +++ b/1736146900_change_ufutx_s2_bp_logs.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_bp_logs` CHANGE `snapshot_id` `order_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0' COMMENT '购物时的快照id'; \ No newline at end of file