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