From c6c615308c7855f27bf8ffd399cfe3af42d16ab3 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: Mon, 18 Mar 2024 20:41:25 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4sql=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/sql/flowable.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/sql/flowable.sql b/script/sql/flowable.sql index 7eb8d6b21..9cd6bfb04 100644 --- a/script/sql/flowable.sql +++ b/script/sql/flowable.sql @@ -61,7 +61,7 @@ INSERT INTO wf_category values (1, 'OA', 'OA', 0, 0, '000000', 103, 1, sysdate() DROP TABLE if EXISTS wf_task_back_node; create table wf_task_back_node ( - id varchar(255) not null + id bigint not null primary key, node_id varchar(255) not null comment '节点id', node_name varchar(255) not null comment '节点名称',