Shopware 5.5.10 s_articles_notification_attributes
Custom attribute extensions for stock notification entries.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| notificationID | int(11) unsigned | NO | Index Foreign Key → s_articles_notification.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| notificationID | notificationID | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| notificationID | s_articles_notification | id |
