Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
|||||
| 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 |
|
|
|||||
| user_id | uuid | 2147483647 | null |
|
|
|||||
| event_id | uuid | 2147483647 | null |
|
|
|||||
| width | int4 | 10 | √ | null |
|
|
||||
| height | int4 | 10 | √ | null |
|
|
||||
| exists_on_remote_storage_at | timestamp | 22 | √ | NULL::timestamp without time zone |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| event_picture_pkey | Primary key | Asc | id |
| idx_938ce62671f7e88b | Performance | Asc | event_id |
| idx_938ce626a76ed395 | Performance | Asc | user_id |
| idx_event_picture_path | Performance | Asc | path |

