From 66bb459c5a946fb2e61acd72bf788f503b0a2019 Mon Sep 17 00:00:00 2001 From: xueqingkun Date: Mon, 29 Jan 2024 13:19:04 +0800 Subject: [PATCH] =?UTF-8?q?manage=20:=20=E6=B7=BB=E5=8A=A0=20vp=5Fask=5Fpa?= =?UTF-8?q?tient=5Fanswer=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- virtual-patient-web/src/main/resources/sqlScript/todo.sql | 4 ++++ 1 file changed, 4 insertions(+) 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; +