Commit 4f168428 by mercymodest

feat:- add sql

parent f05dd1a4
alter table store alter table store
...@@ -160,4 +160,7 @@ alter table user_card_change_logs ...@@ -160,4 +160,7 @@ alter table user_card_change_logs
add daily_pay_current_total_price decimal(10, 2) null comment '每日付总售价'; add daily_pay_current_total_price decimal(10, 2) null comment '每日付总售价';
alter table user_card_change_logs alter table user_card_change_logs
add daily_pay_periods int null comment '每日付总期数'; add daily_pay_periods int null comment '每日付总期数';
\ No newline at end of file
alter table user_card
add daily_pay_remaining_periods int null comment '当前每日付订单剩余期数';
\ No newline at end of file
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