Shopware 5.7.6 s_emotion_element
Individual elements/widgets within a Shopping World layout (banner, product slider, HTML, etc.).
| 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 | |
| Index Name | Columns | Unique |
| get_emotion_elements | emotionID,start_row,start_col | No |
| PRIMARY | id | Yes |