Shipment_status_events table
The Shipment_status_events table contains information about status changes for ongoing and finished shipments, the type of status transition, and the date and time the transition took place.
Data type | Description |
---|---|
bigint | Big integer, large number. |
decimal | Number with decimal point, in |
double | Double; 8-byte double-precision floating point numbers. |
hex | Hexadecimal value. See more. Hidden as it was only used for logger_id, which now uses string |
int | Integer, whole number. |
string | String, text. |
ts | Timestamp, in |
Item | Data type | Description |
---|---|---|
shipment_reference
| string | Primary key. Foreign key. |
effective_timestamp
| ts | Date and time status change happened, in Primary key. |
status
| string | Status of the shipment in Controlant's system: Primary key. |
transition_type
| string | Type of status change in the shipment. Indicates whether the status change happened automatically because the logger met a configured condition, or manually via button press.
|