Commit f2503012 by mercymodest

feat:- add sql

parent 992d1260
alter table store_card alter table store_card
...@@ -85,5 +85,10 @@ alter table card_category ...@@ -85,5 +85,10 @@ 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
add is_add_ad tinyint default 0 null comment '是否可新增广告图 0:不可新增 1:可新增 默认:0';
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