sql修改

This commit is contained in:
fengtianyangyang 2022-07-08 15:17:59 +08:00
parent b91c8e34c2
commit 70b41ab8a8

2
DB/update.sql Normal file
View File

@ -0,0 +1,2 @@
/** 店铺--默认页面是否开启**/
ALTER TABLE li_store ADD page_show bit(1) DEFAULT NULL COMMENT '默认页面是否开启';