Shipment_logger_excursions table
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 |
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. |
logger_id | string | Primary key. |
timestamp | ts | Date and time event happened, in 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. |