Shopware 5.6.8 s_mail_log_contact
Sender contact information associated with mail log entries.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| mail_address | varchar(255) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_mail_log_recipient | contact_id |
