Shopware 5.7.19 s_articles_notification
Customer notification requests — 'notify me when back in stock' email registrations.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| ordernumber | varchar(255) | NO | |
| date | datetime | NO | |
| varchar(255) | NO | ||
| send | int(1) unsigned | NO | |
| language | varchar(255) | NO | |
| shopLink | varchar(255) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_articles_notification_attributes | notificationID |
