workflow_model_state


Columns

Column Type Size Nulls Auto Default Children Parents Comments
identifier VARCHAR 191 null
doc_workflow_state.model_state fk_doc_workflow_state_model_state R
key VARCHAR 255 NULL
group VARCHAR 191 NULL
workflow_group.identifier fk_workflow_model_state_group R
model VARCHAR 191 null
workflow_model.identifier fk_workflow_model_state_model R
limit_duration BIGINT 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()
type VARCHAR 255 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc identifier
fk_workflow_model_state_group Performance Asc group
fk_workflow_model_state_model Performance Asc model

Relationships