商品分类增加排序

This commit is contained in:
buke 2024-12-02 10:21:14 +08:00
parent 3e6114f09c
commit e0643567e5

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_s2_shop_category`
ADD COLUMN `sort` int(11) NOT NULL DEFAULT 0 COMMENT '排序,数字越大越靠前' AFTER `icon`;