Commit 22bff45c by mercymodest

feat:- add sql

parent d0fea048
alter table store_card alter table store_card
...@@ -85,8 +85,8 @@ alter table card_category ...@@ -85,8 +85,8 @@ alter table card_category
alter table card_category alter table card_category
add card_type tinyint null comment '会员卡类型,0:未定义 1会员卡,2体验卡'; add card_type tinyint null comment '会员卡类型,0:未定义 1会员卡,2体验卡';
alter table store # alter table store
add is_add_ad tinyint default 0 null comment '是否可新增广告图 0:不可新增 1:可新增 默认:0'; # add is_add_ad tinyint default 0 null comment '是否可新增广告图 0:不可新增 1:可新增 默认:0';
alter table store_schedules_remark alter table store_schedules_remark
add top_bg text null comment '顶部背景图'; add top_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