Merge branch 'main' of https://gitea.ufutx.net/ufutx/migrate into main
This commit is contained in:
commit
6bf630dfb8
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`;
|
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