Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | null |
|
|
|||||
submission_id | int8 | 19 | null |
|
|
|||||
document_store_id | int4 | 10 | null |
|
|
|||||
created_by | int8 | 19 | null |
|
|
|||||
created_time | timestamptz | 35,6 | null |
|
|
|||||
name | text | 2147483647 | null |
|
|
System-generated filename. The file is stored using this name in the document store. This includes several elements such as the date and description. |
||||
description | text | 2147483647 | √ | null |
|
|
||||
location | text | 2147483647 | null |
|
|
Location of file in the document store identified by |
||||
original_name | text | 2147483647 | √ | null |
|
|
Original filename as supplied by the client when the document was uploaded. Not required to be unique since the user can upload revised versions of documents. |
|||
project_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
submission_documents_pkey | Primary key | Asc | id |
no_duplicate_names_for_project | Must be unique | Asc/Asc | project_id + name |
submission_documents_submission_id_idx | Performance | Asc | submission_id |