Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_evidence_type_id_seq'::regclass) |
|
|
||||||
name | varchar | 1024 | ''::character varying |
|
|
|||||||
idnumber | varchar | 100 | √ | null |
|
|
||||||
description | text | 2147483647 | √ | null |
|
|
||||||
descriptionformat | int2 | 5 | √ | 1 |
|
|
||||||
location | int2 | 5 | null |
|
|
|||||||
status | int2 | 5 | null |
|
|
|||||||
created_by | int8 | 19 | null |
|
|
|||||||
created_at | int8 | 19 | null |
|
|
|||||||
modified_by | int8 | 19 | null |
|
|
|||||||
modified_at | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totaevidtype_id_pk | Primary key | Asc | id |
app_totaevidtype_cre2_ix | Performance | Asc | created_by |
app_totaevidtype_cre_ix | Performance | Asc | created_at |
app_totaevidtype_mod2_ix | Performance | Asc | modified_by |
app_totaevidtype_mod_ix | Performance | Asc | modified_at |