Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| file_id | BIGINT | 19 | √ | null |
|
|
|||||
| context_id | BIGINT | 19 | null |
|
|
||||||
| file_name | VARCHAR | 255 | null |
|
|
||||||
| original_file_name | VARCHAR | 255 | null |
|
|
||||||
| file_type | VARCHAR | 255 | null |
|
|
||||||
| file_size | BIGINT | 19 | null |
|
|
||||||
| type | SMALLINT | 5 | null |
|
|
||||||
| date_uploaded | DATETIME | 19 | null |
|
|
||||||
| date_modified | DATETIME | 19 | null |
|
|
||||||
| submission_id | BIGINT | 19 | null |
|
|
||||||
| public_access | SMALLINT | 5 | √ | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | file_id |
| library_files_context_id | Performance | Asc | context_id |
| library_files_submission_id | Performance | Asc | submission_id |


