Commit a888ad19 by mercymodest

feat:- add sql

parent ac8e77f3
alter table store
alter table store
......@@ -117,3 +117,5 @@ alter table user_card
alter table user_card
add daily_pay_order_period int null comment '每日付期数';
create index idx_daily_pay_order_id
on user_card (daily_pay_order_id);
\ 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