Shipment_loggers table
The Shipment_loggers table contains information about the loggers in a shipment and its wake-up interval.
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. |
placement_reference | string | Reference to placement of logger in shipment. |
pallet_reference | string | Reference to pallet where logger is located in shipment. |
preferred_wakeup_interval | int | Preferred wake-up interval configured for the logger, as number of hours between waking up. |
logger_type | string | Logger type:
|