Commit 4f168428 by mercymodest

feat:- add sql

parent f05dd1a4
alter table store alter table store
...@@ -161,3 +161,6 @@ alter table user_card_change_logs ...@@ -161,3 +161,6 @@ alter table user_card_change_logs
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 '每日付总期数';
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