migrate/1731050017_change_ufutx_s2_shop_sku.up.sql

1 line
136 B
MySQL
Raw Normal View History

2024-11-08 15:14:15 +08:00
ALTER TABLE `ufutx_s2_shop_sku` ADD `dma_discount` TINYINT NOT NULL DEFAULT '1' COMMENT 'dma优惠商品,1=不是,2=是' AFTER `status`;