删除无用表,新增增量sql
This commit is contained in:
10
sql/3.1升级3.2sql.sql
Normal file
10
sql/3.1升级3.2sql.sql
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
-- ----------------------------
|
||||
-- 字段修改
|
||||
-- ----------------------------
|
||||
ALTER TABLE yx_store_product ADD COLUMN is_integral tinyint(1) ZEROFILL NULL DEFAULT 0 COMMENT '是开启积分兑换' AFTER is_del;
|
||||
ALTER TABLE yx_store_product_attr_value ADD COLUMN integral INT(10) DEFAULT 0 COMMENT '需要多少积分兑换' AFTER seckill_price;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user