From a2beea90dfa9573be58cf0f444a124c652eeade9 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Wed, 8 Jan 2025 11:14:12 +0800 Subject: [PATCH] change_ufutx_s2_shop_sku --- 1736306017_change_ufutx_s2_shop_sku.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1736306017_change_ufutx_s2_shop_sku.up.sql diff --git a/1736306017_change_ufutx_s2_shop_sku.up.sql b/1736306017_change_ufutx_s2_shop_sku.up.sql new file mode 100644 index 0000000..292ea16 --- /dev/null +++ b/1736306017_change_ufutx_s2_shop_sku.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_sku` ADD `bp_ratio` INT NOT NULL DEFAULT '1000' COMMENT '可使用福分的抵扣比例, 单位:万分之' AFTER `dma_discount`, ADD `bp_max` INT NOT NULL DEFAULT '0' COMMENT '可使用福分的抵扣最大值, 单位:分,0=不限制,优先级高于bp\r\n_ratio' AFTER `bp_ratio`; \ No newline at end of file