Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
|||||
| document_template_id | int8 | 19 | null |
|
|
||||||
| variable_manifest_id | int8 | 19 | null |
|
|
||||||
| project_id | int8 | 19 | null |
|
|
||||||
| name | text | 2147483647 | null |
|
|
||||||
| status_id | int4 | 10 | null |
|
|
||||||
| owned_by | int8 | 19 | '-1'::integer |
|
|
||||||
| created_by | int8 | 19 | '-1'::integer |
|
|
||||||
| created_time | timestamptz | 35,6 | null |
|
|
||||||
| modified_by | int8 | 19 | '-1'::integer |
|
|
||||||
| modified_time | timestamptz | 35,6 | null |
|
|
||||||
| internal_comment | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| documents_pkey | Primary key | Asc | id |
| documents_name_key | Must be unique | Asc | name |
| documents_project_id_idx | Performance | Asc | project_id |