Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| workflow_id | serial | 10 | √ | nextval('nomination_workflow_workflow_id_seq'::regclass) |
|
|
|||||
| status | varchar | 255 | null |
|
|
||||||
| type_group | varchar | 255 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| created_by_user_id | varchar | 255 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_by_user_id | varchar | 255 | null |
|
|
||||||
| deleted | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| nomination_workflow_pkey | Primary key | Asc | workflow_id |
| nomination_workflow_status_type_group_unique | Must be unique | Asc/Asc | status + type_group |

