diff --git a/1733105664_change_shop_category.up.sql b/1733105664_change_shop_category.up.sql new file mode 100644 index 0000000..622d606 --- /dev/null +++ b/1733105664_change_shop_category.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_s2_shop_category` +ADD COLUMN `sort` int(11) NOT NULL DEFAULT 0 COMMENT '排序,数字越大越靠前' AFTER `icon`; \ No newline at end of file diff --git a/1733107182_change_table_s2_spu.up.sql b/1733107182_change_table_s2_spu.up.sql new file mode 100644 index 0000000..f3dc7f9 --- /dev/null +++ b/1733107182_change_table_s2_spu.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_s2_shop_spu` +ADD COLUMN `sort` int(11) NOT NULL DEFAULT 0 COMMENT '排序,数字越大越靠前' AFTER `type`; \ No newline at end of file