Commit 72062bc7 by mercymodest

feat:- add sql

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