s_smtp_servers Table (390)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Contains the smtp server for a shipment
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| shipment_id | Reference to the shipment which this smtp server belongs to | FK s_shipment | |
| smtp_server | The actual smtp server | String(255) | ● |
| smtp_port | The port of the SMTP server. | Int |

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