Commit ac8e77f3 by mercymodest

feat:- add sql

parent a32994a3
alter table store
alter table store
......@@ -111,3 +111,9 @@ alter table user_card
alter table card
add daily_pay_product_no varchar(150) null comment '(月付卡)安心付商品编号' after daily_pay_product_id;
alter table user_card
add daily_pay_order_id varchar(150) null comment '每日付订单ID';
alter table user_card
add daily_pay_order_period 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