Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_approval_workflow_type_id_seq'::regclass) |
|
|
||||
name | varchar | 255 | ''::character varying |
|
|
|||||
description | text | 2147483647 | √ | null |
|
|
||||
active | int2 | 5 | 1 |
|
|
|||||
created | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_apprworktype_id_pk | Primary key | Asc | id |
app_apprworktype_act_ix | Performance | Asc | active |
app_apprworktype_nam_uix | Must be unique | Asc | name |