From d2751093681b9f6dceb07cfd789b6e9c97c77f9c Mon Sep 17 00:00:00 2001 From: liu Date: Tue, 11 Jun 2024 16:01:16 +0800 Subject: [PATCH] =?UTF-8?q?sql=E8=84=9A=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/v3.0.0/step1.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/v3.0.0/step1.sql b/docker/v3.0.0/step1.sql index 8ea0ad6a..e71e8beb 100644 --- a/docker/v3.0.0/step1.sql +++ b/docker/v3.0.0/step1.sql @@ -48,7 +48,8 @@ create table vp_ask_circulation_detail id varchar(64) not null comment '主键' primary key, process_id varchar(64) null comment '诊断进程ID', - circulation_id varchar(64) null comment '对话流转ID', + medical_id varchar(64) null comment '病历ID', + record_id varchar(64) null comment '问话记录ID', circulation_no int null comment '流转序号,消息每经过一次处理,就+1', question varchar(255) null comment '问题内容', answer varchar(255) null comment '回答内容',