Commit a32994a3 by mercymodest

feat:- add sql

parent ae4e16fe
alter table store
alter table store
......@@ -108,3 +108,6 @@ alter table user_card
modify reference_type tinyint(1) null comment '推荐人类型:1-员工;2-会员;3-陌生人; 4-无(月付卡)';
alter table card
add daily_pay_product_no varchar(150) null comment '(月付卡)安心付商品编号' after daily_pay_product_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