mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
6 lines
235 B
SQL
6 lines
235 B
SQL
-- ----------------------------
|
|
-- Table change for workflow_instance_info
|
|
-- ----------------------------
|
|
alter table sx_workflow_instance_info
|
|
add parent_wf_instance_id bigint default null null comment '上层工作流实例ID';
|