mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-19 07:40:25 +08:00
feat: redis支持工单流程审批
This commit is contained in:
@@ -617,6 +617,7 @@ CREATE TABLE IF NOT EXISTS "t_redis" (
|
||||
"mode" text(32),
|
||||
"ssh_tunnel_machine_id" integer(20),
|
||||
"remark" text(125),
|
||||
"flow_procdef_key" text(64),
|
||||
"creator" text(32),
|
||||
"creator_id" integer(32),
|
||||
"create_time" datetime,
|
||||
@@ -1024,6 +1025,7 @@ CREATE TABLE "t_flow_procinst" (
|
||||
"status" tinyint DEFAULT NULL ,
|
||||
"biz_type" text(64) NOT NULL ,
|
||||
"biz_key" text(64) NOT NULL ,
|
||||
"biz_form" text(5000) DEFAULT NULL ,
|
||||
"biz_status" tinyint DEFAULT NULL ,
|
||||
"biz_handle_res" text(100) DEFAULT NULL ,
|
||||
"remark" text(191) DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user