os_workflow_task_inputs

15 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
IDENTIFIER BIGINT 19 null
SINK_TASK_ID BIGINT 19 null
os_workflow_tasks.IDENTIFIER FK_INPUT_TASK_SINKR
SOURCE_TASK_ID BIGINT 19 null
os_workflow_tasks.IDENTIFIER FK_INPUT_TASK_SRCR
SOURCE_KEY VARCHAR 32 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc IDENTIFIER
FK_INPUT_TASK_SINK Performance Asc SINK_TASK_ID
FK_INPUT_TASK_SRC Performance Asc SOURCE_TASK_ID

Relationships