Shipment_logger_events table
The Shipment_logger_events table contains the event history of a logger; type of event, and date and time the event occurred.
Note
Excursion events are stored in the Shipment_logger_excursions table.
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. |
event_type | string | Type of event:
Primary key. |
event_value | string | Detailed information about the event, where applicable. Depending on the type of event in
|