← Shopware 6.7.7.1

Shopware 6.7.7.1 media_folder

Columns

11 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
parent_id binary(16) YES Index Foreign Key → media_folder.id
default_folder_id binary(16) YES Unique Foreign Key → media_default_folder.id
name varchar(255) YES
child_count int unsigned NO Default: 0
path longtext YES
media_folder_configuration_id binary(16) YES
use_parent_configuration tinyint(1) YES Default: 1
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

3 indexes

Index Name Columns Unique
fk.media_folder.parent_id parent_id No
PRIMARY id Yes
uniq.media_folder.default_folder_id default_folder_id Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
default_folder_id media_default_folder id
parent_id media_folder id

Relations (to this table)

2 relations

Local Field Foreign Table Foreign Field
id media media_folder_id
id media_folder parent_id