Commit 49f72c01 by mercymodest

feat:- add sql

parent 4f168428
alter table store alter table store
...@@ -163,4 +163,10 @@ alter table user_card_change_logs ...@@ -163,4 +163,10 @@ alter table user_card_change_logs
add daily_pay_periods int null comment '每日付总期数'; add daily_pay_periods int null comment '每日付总期数';
alter table user_card alter table user_card
add daily_pay_remaining_periods int null comment '当前每日付订单剩余期数'; add daily_pay_remaining_periods int null comment '当前每日付订单剩余期数';
\ No newline at end of file
alter table user_card
add term_card_reservation_limit_type tinyint null comment '期限卡每月可预约次数上限类型 0:自然月限制(每月的1号到月底(3月1号-3月31号)),1:开卡日期限制(开卡日期的当月到下月的开卡日期(3月15号-4月15号))';
alter table user_card
add term_card_reservation_limit int 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