change_ufutx_s2_shop_sku

This commit is contained in:
tian 2025-01-08 11:14:12 +08:00
parent 98f6707d3d
commit a2beea90df

View File

@ -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`;