Commit a7aafce7 by mic

feat: add new sql.

parent 9ebda0f9
alter table store
alter table store
......@@ -210,6 +210,15 @@ alter table user_card_change_logs
alter table user_card_change_logs
add term_card_reservation_limit int null comment '期限卡每月可约次数上限取值';
alter table daily_pay_open_card_log
modify card_uuid bigint null comment '卡UUID';
alter table daily_pay_open_card_log
modify user_card_uuid bigint null comment '用户卡UUID';
alter table daily_pay_open_card_log
modify daily_pay_product_id varchar(150) null comment '每日付商品ID';
......
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