From e0643567e5576082103069a81bc4d2384ab21470 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Mon, 2 Dec 2024 10:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=86=E7=B1=BB=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1733105664_change_shop_category.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1733105664_change_shop_category.up.sql 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