From bf72de9fd3aa5da534104f6ce57c9e66ca5de46d Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Wed, 8 Jan 2025 11:19:07 +0800 Subject: [PATCH] change_ufutx_s2_shop_order --- 1736306336_change_ufutx_s2_shop_order.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1736306336_change_ufutx_s2_shop_order.up.sql diff --git a/1736306336_change_ufutx_s2_shop_order.up.sql b/1736306336_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..77bc125 --- /dev/null +++ b/1736306336_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `bp_cast` INT NOT NULL DEFAULT '0' COMMENT '消耗的bp' AFTER `supplier_settlement_id`; \ No newline at end of file