← Shopware 5.7.11

Shopware 5.7.11 s_emotion_element

Individual elements/widgets within a Shopping World layout (banner, product slider, HTML, etc.).

Columns

8 columns

Column Type Nullable Additional
id int(11) NO Primary Key, auto_increment
emotionID int(11) NO Index
componentID int(11) NO
start_row int(11) NO
start_col int(11) NO
end_row int(11) NO
end_col int(11) NO
css_class varchar(255) YES

Indexes

2 indexes

Index Name Columns Unique
get_emotion_elements emotionID,start_row,start_col No
PRIMARY id Yes