Shopware 6.4.0.0 media_default_folder
Maps entity types to their default media folder (e.g. product images → 'Product Media').
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| association_fields | longtext | NO | |
| entity | varchar(255) | NO | Unique |
| custom_fields | longtext | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| uniq.media_default_folder.entity | entity | Yes |
Relations (to this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| id | media_folder | default_folder_id |