- -- 2024-12-02 BY wks
- alter table sys_qy_wechat
- drop column support_staff_url;
- alter table sys_qy_wechat
- add open_kf_id varchar(256) null comment '客服账号ID';
- alter table sys_qy_wechat
- add open_kf_name varchar(256) null comment '客服账号名称';
- -- 2024-12-02 BY wks
|