From e138a354d1981ca33800ca057e35be35f4044ad7 Mon Sep 17 00:00:00 2001 From: liu Date: Tue, 11 Jun 2024 14:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/v3.0.0/step1.sql | 4 ++-- docker/v3.0.0/step2.sql | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docker/v3.0.0/step2.sql diff --git a/docker/v3.0.0/step1.sql b/docker/v3.0.0/step1.sql index bbc0d2f2..8ea0ad6a 100644 --- a/docker/v3.0.0/step1.sql +++ b/docker/v3.0.0/step1.sql @@ -11,7 +11,7 @@ create table vp_ask_template_question_similarity create_time datetime default CURRENT_TIMESTAMP null comment '创建时间', update_user_id varchar(64) null comment '更新人ID', update_time datetime default CURRENT_TIMESTAMP null on update CURRENT_TIMESTAMP comment '更新时间' -) comment '相似问问题库'; +) comment '相似问问题库' charset = utf8; -- 病历表中增加字段 alter table vp_medical_rec @@ -67,7 +67,7 @@ create table vp_ask_circulation_detail create_time datetime default CURRENT_TIMESTAMP null comment '创建时间', update_user_id varchar(64) null comment '更新人ID', update_time datetime default CURRENT_TIMESTAMP null on update CURRENT_TIMESTAMP comment '更新人时间' -) comment '问诊流程详细流转记录表'; +) comment '问诊流程详细流转记录表' charset = utf8; alter table vp_ask_template_question_library diff --git a/docker/v3.0.0/step2.sql b/docker/v3.0.0/step2.sql new file mode 100644 index 00000000..ee9662f2 --- /dev/null +++ b/docker/v3.0.0/step2.sql @@ -0,0 +1,3 @@ +alter table vp_ask_template_question_library +drop +column question;