Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| rev_id | int8 | 19 | null |
|
|
||||||
| rev_type | int2 | 5 | null |
|
|
||||||
| id | uuid | 2147483647 | null |
|
|
||||||
| code | text | 2147483647 | null |
|
|
||||||
| name | text | 2147483647 | null |
|
|
||||||
| description | text | 2147483647 | null |
|
|
||||||
| version | int4 | 10 | null |
|
|
||||||
| external_reference | uuid | 2147483647 | null |
|
|
||||||
| instruction_text | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_document_template_audit | Primary key | Asc/Asc | id + rev_id |
| uq_document_template_audit_external_reference | Must be unique | Asc/Asc | external_reference + rev_id |