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 '节点名称',