This commit is contained in:
Hankin 2024-12-04 09:29:28 +08:00
commit 6bf630dfb8
2 changed files with 4 additions and 0 deletions

View File

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

View File

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