Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_approval_workflow_stage_interaction_id_seq'::regclass) |
|
|
||||||
workflow_stage_id | int8 | 19 | null |
|
|
|||||||
action_code | int2 | 5 | null |
|
|
|||||||
created | int8 | 19 | null |
|
|
|||||||
updated | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_apprworkstaginte_id_pk | Primary key | Asc | id |
app_apprworkstaginte_act_ix | Performance | Asc | action_code |
app_apprworkstaginte_wor_ix | Performance | Asc | workflow_stage_id |