Skip to main content

Shipment_status_events table

In this section:

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 11,7 format: 11 digits before decimal point, 7 digits after decimal point.

double

Double; 8-byte double-precision floating point numbers.

int

Integer, whole number.

string

String, text.

ts

Timestamp, in YYYY-MM-DDTHH:MM:SSZ format.

Table 7. Shipment_status_events

Item

Data type

Description

shipment_reference

string

Primary key. Foreign key.

effective_timestamp

ts

Date and time status change happened, in YYYY-MM-DDTHH:MM:SSZ format.

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.

  • Automatic

  • Manual