← Shopware 6.5.8.9

Shopware 6.5.8.9 media_thumbnail

Generated thumbnail variants of media images with their dimensions and paths.

Columns

8 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
media_id binary(16) NO Index Foreign Key → media.id
width int unsigned NO
height int unsigned NO
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES
path varchar(2048) YES

Indexes

2 indexes

Index Name Columns Unique
fk.media_thumbnail.media_id media_id No
PRIMARY id Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
media_id media id