variable_workflow_statuses

8 rows


Description

(Enum) Workflow statuses of variables in projects. The list of valid statuses depends on the variable type.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
variable_workflow_history.variable_workflow_status_id variable_workflow_history_variable_workflow_status_id_fkeyR
name text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
variable_workflow_statuses_pkey Primary key Asc id
variable_workflow_statuses_name_key Must be unique Asc name

Relationships