← Shopware 6.3.4.0

Shopware 6.3.4.0 media_thumbnail

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

Columns

7 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
media_id binary(16) NO Index Foreign Key → media.id
width int(10) unsigned NO
height int(10) unsigned NO
custom_fields longtext YES
created_at datetime(3) NO
updated_at datetime(3) 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