Shopware 5.7.18 s_emarketing_tellafriend
Tracking data for the 'tell a friend' product recommendation feature.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| datum | date | YES | |
| recipient | varchar(50) | NO | |
| sender | int(11) | NO | Default: 0 |
| confirmed | int(1) | NO | Default: 0 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
