Commit 91bba542 by mercymodest

feat:- add sql

parent 49f72c01
alter table store alter table store
...@@ -170,3 +170,8 @@ alter table user_card ...@@ -170,3 +170,8 @@ alter table user_card
alter table user_card alter table user_card
add term_card_reservation_limit int null comment '期限卡每月可约次数上限取值'; add term_card_reservation_limit int null comment '期限卡每月可约次数上限取值';
alter table daily_pay_open_card_log
add open_card_action tinyint not null comment '开卡操作:0:开卡 1:续卡' after open_card_result_status;
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