Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_approval_workflow_stage_id_seq'::regclass) |
|
|
||||||||||||||||||||
workflow_version_id | int8 | 19 | null |
|
|
|||||||||||||||||||||
name | varchar | 255 | ''::character varying |
|
|
|||||||||||||||||||||
type_code | int8 | 19 | null |
|
|
|||||||||||||||||||||
sortorder | int8 | 19 | 0 |
|
|
|||||||||||||||||||||
active | int2 | 5 | 1 |
|
|
|||||||||||||||||||||
created | int8 | 19 | null |
|
|
|||||||||||||||||||||
updated | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_apprworkstag_id_pk | Primary key | Asc | id |
app_apprworkstag_act_ix | Performance | Asc | active |
app_apprworkstag_nam_ix | Performance | Asc | name |
app_apprworkstag_wor_ix | Performance | Asc | workflow_version_id |