s_sent_message Table (405)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Emarketeer message control
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| shipment_id | Which shipment the customer received. | FK s_shipment | |
| message_id | The id of the message that is sent in this shipment | FK s_message | |
| customer_id | The id of the customer that received the message | FK person | |
| The email-adresse the received the message | String(255) | ● | |
| when_sent | When the email was sent. | DateTime | ● |
| when_read | When the email was read or link was clicked. | DateTime | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| shipment_id | FK | Index |
| message_id | FK | Index |
| customer_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| person | Persons |
| s_message | A message used in a shipment. Can be html and/or plain text |
| s_shipment | Contains info about one shipment. The addresses are stored in s_shipment_addr |
Replication Flags
- None
Security Flags
- No access control via user's Role.