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