doc_workflow


Columns

Column Type Size Nulls Auto Default Children Parents Comments
identifier VARCHAR 191 null
doc_unit.workflow fk_doc_unit_workflow R
doc_workflow_state.workflow fk_doc_workflow_state_workflow R
model VARCHAR 191 null
workflow_model.identifier fk_doc_workflow_model R
start_date DATETIME 19 NULL
end_date DATETIME 19 NULL
version BIGINT 19 null
created_by VARCHAR 255 'system'
last_modified_by VARCHAR 255 'system'
created_date TIMESTAMP 19 current_timestamp()
last_modified_date TIMESTAMP 19 current_timestamp()

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc identifier
fk_doc_workflow_model Performance Asc model

Relationships