Create 1749539601_change_ufutx_s2_shop_sku.up.sql

This commit is contained in:
tian 2025-06-10 15:13:38 +08:00
parent caf2780e32
commit 87bbe0219a

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_sku` ADD `bp_earn` INT UNSIGNED NOT NULL DEFAULT '500' COMMENT '每消费100元赚取福分数' AFTER `bp_limit`;