Online.sql 290 B

12345678910
  1. -- 2024-12-02 BY wks
  2. alter table sys_qy_wechat
  3. drop column support_staff_url;
  4. alter table sys_qy_wechat
  5. add open_kf_id varchar(256) null comment '客服账号ID';
  6. alter table sys_qy_wechat
  7. add open_kf_name varchar(256) null comment '客服账号名称';
  8. -- 2024-12-02 BY wks