Shopware 6.4.4.0 media_thumbnail_size
Defined thumbnail dimensions (width × height) used for automatic thumbnail generation.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| width | int(11) | NO | Index |
| height | int(11) | NO | |
| custom_fields | longtext | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| uniq.width | width,height | Yes |
Relations (to this table)
1 relations