gssong
2024-03-18 c6c615308c7855f27bf8ffd399cfe3af42d16ab3
update 调整sql 字段类型
已修改1个文件
2 ■■■ 文件已修改
script/sql/flowable.sql 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 '节点名称',