change_ufutx_s2_shop_sku

This commit is contained in:
tian 2024-11-08 15:14:15 +08:00
parent 33801fd8f5
commit a960f30eac

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_sku` ADD `dma_discount` TINYINT NOT NULL DEFAULT '1' COMMENT 'dma优惠商品,1=不是,2=是' AFTER `status`;