Shipment_contacts table
The Shipment_contacts table contains contact information for the shipment, phone numbers or email addresses assigned to excursion notifications.
Data type | Description |
---|---|
bigint | Big integer, large number. |
decimal | Number with decimal point, in |
double | Double; 8-byte double-precision floating point numbers. |
int | Integer, whole number. |
string | String, text. |
ts | Timestamp, in |
Item | Data type | Description |
---|---|---|
shipment_reference | string | Primary key. Foreign key. |
contact_type | string | Type of contact information for shipment:
Primary key. |
contact_address | string | Address of contact for shipment, one of the following:
Primary key. |