From 5f2b61c6b091d5a279a8e140051a34fd21888f96 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Wed, 8 Jan 2025 14:53:30 +0800 Subject: [PATCH] change ufutx_s2_shop_sku --- 1736319200_change_ufutx_s2_shop_sku.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1736319200_change_ufutx_s2_shop_sku.up.sql diff --git a/1736319200_change_ufutx_s2_shop_sku.up.sql b/1736319200_change_ufutx_s2_shop_sku.up.sql new file mode 100644 index 0000000..588515b --- /dev/null +++ b/1736319200_change_ufutx_s2_shop_sku.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_sku` ADD `bp_limit` INT NOT NULL DEFAULT '10000' COMMENT '福分可抵扣的最低消费额, 单位:分' AFTER `bp_max`; \ No newline at end of file