商品spu增加排序

This commit is contained in:
buke 2024-12-02 10:40:46 +08:00
parent e0643567e5
commit 135d0cb3e4

View File

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