Shopware 6.1.0.rc3 media_thumbnail
Generated thumbnail variants of media images with their dimensions and paths.
| 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 | |
| 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 |