Commit 87fdcbf8 by mercymodest

feat:- add sql

parent f2503012
alter table store_card
alter table store_card
......@@ -88,6 +88,12 @@ alter table card_category
alter table store
add is_add_ad tinyint default 0 null comment '是否可新增广告图 0:不可新增 1:可新增 默认:0';
alter table store_schedules_remark
add top_bg text null comment '顶部背景图';
alter table store_schedules_remark
add bottom_bg text null comment '底部背景图';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment