Commit 96d5d2f8 by mercymodest

feat:- add sql

parent 8b18922e
alter table card
alter table card
alter table card
add deduction_order tinyint(1) default 0 null comment ' 赠送(次数/金额)扣减顺序 0: 最后扣除赠送 1:优先扣除赠送 default:0';
alter table user_return_visit
add img_urls text null comment '图片地址数组';
alter table user_return_visit
add visit_scripts text null comment '回访话术数组';
\ No newline at end of file
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