From 4f5ef2bb3004c39e6957dad29e2c19eccf53ba3d Mon Sep 17 00:00:00 2001 From: xueqingkun <xueqingkun@126.com> Date: Thu, 6 Jun 2024 19:20:57 +0800 Subject: [PATCH] =?UTF-8?q?1:=20AskTemplateQuestionLibrary=E4=B8=AD?= =?UTF-8?q?=E7=9A=84description=20=E4=BF=AE=E6=94=B9=E4=B8=BAstandard=5Fqu?= =?UTF-8?q?estion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/v3.0.0/step1.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/v3.0.0/step1.sql b/docker/v3.0.0/step1.sql index 98213da1..e68a2d96 100644 --- a/docker/v3.0.0/step1.sql +++ b/docker/v3.0.0/step1.sql @@ -58,3 +58,5 @@ create table vp_ask_circulation_detail ) comment '问诊流程详细流转记录表'; +alter table vp_ask_template_question_library + change description standard_question varchar(255) null comment '中文注释 用户设置的问题 原本字段是description'; \ No newline at end of file