Commit 5847e644 by mercymodest

feat:- add sql

parent 91bba542
alter table store
alter table store
......@@ -174,4 +174,12 @@ alter table user_card
alter table daily_pay_open_card_log
add open_card_action tinyint not null comment '开卡操作:0:开卡 1:续卡' after open_card_result_status;
alter table daily_pay_open_card_log
modify daily_pay_product_no varchar(150) null comment '每日付商品编号';
alter table daily_pay_open_card_log
modify daily_pay_product_name varchar(255) 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