s_bounce_shipment Table (342)
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 in a company or an organizations. All associates have a corresponding person record |
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.