uploaded_image

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
alternative_pictures.file_id fk_c47beef393cb796cR
event.uploaded_file_id fk_3bae0aa7276973a0R
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

Relationships