Shopware 5.7.19 s_emotion_attributes
Custom attribute extensions for Shopping World/Emotion pages.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| emotionID | int(11) | YES | Unique Foreign Key → s_emotion.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| emotionID | emotionID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| emotionID | s_emotion | id |
