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