Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
|||||||
type | varchar | 255 | null |
|
|
Type of this file which correspond to the entity its linked to (event, alternative, …). |
||||||
path | varchar | 255 | null |
|
|
This is the path on ObjectStorage. |
||||||
original_file_name | varchar | 255 | null |
|
|
|||||||
size | int4 | 10 | √ | null |
|
|
||||||
mime_type | varchar | 255 | √ | NULL::character varying |
|
|
||||||
created_at | timestamp | 22 | null |
|
|
|||||||
width | int4 | 10 | √ | null |
|
|
||||||
height | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
uploaded_file_pkey | Primary key | Asc | id |
idx_uploaded_file_path | Performance | Asc | path |