@ -34,3 +34,9 @@ alter table vp_ask_template_question_library
alter table vp_ask_template_question_library
modify question json null comment '问题列表 由用户传入的问题生成的问题列表';
-- 修改字段类型
alter table vp_rasa_model_info
modify train_log longtext null comment '训练日志';
modify run_log longtext null comment '运行日志';