Commit c42f686e by mercymodest

feat:- add sql

parent a7aafce7
alter table store
alter table store
......@@ -219,6 +219,9 @@ alter table daily_pay_open_card_log
alter table daily_pay_open_card_log
modify daily_pay_product_id varchar(150) null comment '每日付商品ID';
alter table user_card_change_logs
add renewal_total_times 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