Commit aecdda2b by mercymodest

feat:- add sql

parent 812b6b14
alter table store
alter table store
......@@ -86,4 +86,8 @@ alter table store_card
add term_card_reservation_limit int null comment '(优先级高于card.term_card_reservation_limit)期限卡每月可约次数上限取值';
alter table user
add monthly_pay_card_module_status 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