From c6c615308c7855f27bf8ffd399cfe3af42d16ab3 Mon Sep 17 00:00:00 2001
From: gssong <1742057357@qq.com>
Date: 星期一, 18 三月 2024 20:41:25 +0800
Subject: [PATCH] update 调整sql 字段类型
---
script/sql/flowable.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/script/sql/flowable.sql b/script/sql/flowable.sql
index 7eb8d6b..9cd6bfb 100644
--- a/script/sql/flowable.sql
+++ b/script/sql/flowable.sql
@@ -61,7 +61,7 @@
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 '鑺傜偣鍚嶇О',
--
Gitblit v1.9.3