From ac7e5978e7a0bbd845ef50ae9ce8b993772e08e7 Mon Sep 17 00:00:00 2001 From: Jerry <707344974@qq.com> Date: Fri, 31 Dec 2021 22:37:26 +0800 Subject: [PATCH] =?UTF-8?q?commit=EF=BC=9A=E6=9B=B4=E6=96=B0=E6=A0=B7?= =?UTF-8?q?=E4=BE=8B=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zz-resource/db-scripts/zzdemo-online.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/orange-demo-flowable/orange-demo-flowable-service/zz-resource/db-scripts/zzdemo-online.sql b/orange-demo-flowable/orange-demo-flowable-service/zz-resource/db-scripts/zzdemo-online.sql index e7df2be4..5fb6e9a0 100644 --- a/orange-demo-flowable/orange-demo-flowable-service/zz-resource/db-scripts/zzdemo-online.sql +++ b/orange-demo-flowable/orange-demo-flowable-service/zz-resource/db-scripts/zzdemo-online.sql @@ -5879,6 +5879,7 @@ CREATE TABLE `zz_flow_message` ( `task_start_time` datetime DEFAULT NULL COMMENT '任务开始时间', `task_finished` bit(1) NOT NULL DEFAULT b'0' COMMENT '任务是否已完成', `task_assignee` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务指派人登录名', + `business_data_shot` longtext COLLATE utf8mb4_bin COMMENT '业务数据快照', `update_time` datetime NOT NULL COMMENT '更新时间', `update_user_id` bigint NOT NULL COMMENT '更新者Id', `create_time` datetime NOT NULL COMMENT '创建时间',