商品spu增加排序
This commit is contained in:
parent
e0643567e5
commit
135d0cb3e4
2
1733107182_change_table_s2_spu.up.sql
Normal file
2
1733107182_change_table_s2_spu.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `ufutx_s2_shop_spu`
|
||||
ADD COLUMN `sort` int(11) NOT NULL DEFAULT 0 COMMENT '排序,数字越大越靠前' AFTER `type`;
|
Loading…
Reference in New Issue
Block a user