s_bounce_shipment Table (342)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Email bounces from customers
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| shipment_id | The shipment this bounce belongs to | FK s_shipment | |
| customer_id | The customer this bounce came from | FK person | |
| The email address for this particular bounce | String(255) | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| shipment_id | FK | Index |
| customer_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| person | Persons |
| 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.