diff --git a/virtual-patient-web/src/main/resources/sqlScript/todo.sql b/virtual-patient-web/src/main/resources/sqlScript/todo.sql index b0a70c02..e1d757aa 100644 --- a/virtual-patient-web/src/main/resources/sqlScript/todo.sql +++ b/virtual-patient-web/src/main/resources/sqlScript/todo.sql @@ -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 '训练日志'; +alter table vp_rasa_model_info + modify run_log longtext null comment '运行日志'; +