diff --git a/virtual-patient-web/src/main/resources/sqlScript/todo.sql b/virtual-patient-web/src/main/resources/sqlScript/todo.sql index 3e53e82d..526ee025 100644 --- a/virtual-patient-web/src/main/resources/sqlScript/todo.sql +++ b/virtual-patient-web/src/main/resources/sqlScript/todo.sql @@ -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; +