@ -81,3 +81,7 @@ create table vp_material_library
alter table vp_file_resource
modify file_type varchar(128) null comment '文件类型';
-- 添加字段
alter table vp_ask_patient_answer
add answer_type varchar(16) null comment '回答类型 0:默认回答 1:自定义回答' after answer_resource_id;