Commit 4865659d by mercymodest

feat:- add sql

parent 96d5d2f8
alter table card
alter table card
......@@ -5,4 +5,13 @@ 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
add visit_scripts text null comment '回访话术数组';
alter table user_return_visit
add visit_source tinyint(1) default 0 null comment '回访来源 0:旧数据 1:后台 2:教练小程序 default:0';
alter table user_return_visit
add visit_staff_uuid bigint null comment '回访人员uuid';
alter table user_return_visit
add visit_staff_name varchar(30) 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