商品分类增加排序
This commit is contained in:
parent
3e6114f09c
commit
e0643567e5
2
1733105664_change_shop_category.up.sql
Normal file
2
1733105664_change_shop_category.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_s2_shop_category`
|
||||||
|
ADD COLUMN `sort` int(11) NOT NULL DEFAULT 0 COMMENT '排序,数字越大越靠前' AFTER `icon`;
|
Loading…
Reference in New Issue
Block a user