s_list_shipment Table (348)
Some tooltip text!
• 1 minute to read
• 1 minute to read
A connector between shipment and list so that one shipment can have many lists, and one list can have many shipments
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
list_id | Reference to the list | FK s_list | |
shipment_id | Reference to the shipment | FK s_shipment | |
type | Indicates if this is a static/dynamic spmlist or a selection | Int | ● |
status | Status of shipment list | Enum ShipmentListStatus | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
list_id | FK | Index |
shipment_id | FK | Index |
Relationships
Table | Description |
---|---|
s_list | A list, dynamic or static |
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.