From 04a8a7b62173eefd53743adb9ceaff9b5562257f Mon Sep 17 00:00:00 2001 From: liu Date: Mon, 17 Jun 2024 15:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0SQL=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/v3.1.0/step1.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/v3.1.0/step1.sql b/docker/v3.1.0/step1.sql index 66d0eb67..e73e7095 100644 --- a/docker/v3.1.0/step1.sql +++ b/docker/v3.1.0/step1.sql @@ -1,2 +1,5 @@ alter table vp_medical_rec - modify status integer default 0 null comment '上线状态 0:未上线 1:已经上线 状态为未上线且病历未出现在vp_process表中使用可以进行删除'; \ No newline at end of file + modify status integer default 0 null comment '上线状态 0:未上线 1:已经上线 状态为未上线且病历未出现在vp_process表中使用可以进行删除'; + +alter table vp_ask_template_question_library + add type int default 1 null comment '问题类型 1标准问 2自定义问题' after standard_question \ No newline at end of file