From 70b41ab8a8fb36f6eec2f005da84929cd92794a5 Mon Sep 17 00:00:00 2001 From: fengtianyangyang <5411465+feng_tianyangyang@user.noreply.gitee.com> Date: Fri, 8 Jul 2022 15:17:59 +0800 Subject: [PATCH] =?UTF-8?q?sql=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB/update.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 DB/update.sql diff --git a/DB/update.sql b/DB/update.sql new file mode 100644 index 00000000..101e82d4 --- /dev/null +++ b/DB/update.sql @@ -0,0 +1,2 @@ +/** 店铺--默认页面是否开启**/ +ALTER TABLE li_store ADD page_show bit(1) DEFAULT NULL COMMENT '默认页面是否开启'; \ No newline at end of file