Skip to main content

Shipment_logger_excursions table

In this section:

The Shipment_logger_excursions table contains the excursion history of a logger, information about excursion events, the time they took place, and details about the excursion that was raised (boundary type, value, and allowed time period).

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 6. Shipment_logger_excursions

Item

Data type

Description

shipment_reference

string

Primary key. Foreign key.

logger_id

string

Primary key.

timestamp

ts

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

Primary key.

boundary_type

string

Primary key.

severity

string

Primary key.

accumulative_time_limit

int

Primary key.

threshold_value_lower

double

Primary key.

threshold_value_upper

double

Primary key.