← Shopware 5.6.8

Shopware 5.6.8 s_core_menu

Backend administration menu tree structure — navigation items, controllers, and icons.

Columns

12 columns

Column Type Nullable Additional
id int(11) NO Primary Key, auto_increment
parent int(11) unsigned YES
name varchar(255) NO Index
onclick varchar(255) YES
class varchar(255) YES
position int(11) NO Default: 0
active int(1) NO Default: 0
pluginID int(11) unsigned YES
controller varchar(255) YES
shortcut varchar(255) YES
action varchar(255) YES
content_type varchar(255) YES

Indexes

2 indexes

Index Name Columns Unique
name name,parent Yes
PRIMARY id Yes