Shipment_temperatures table
The Shipment_temperatures table contains the temperature measurements history of a logger while assigned to a shipment.
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 measurement was made, in Primary key. |
channel | int | Channel logger made the measurement on. Only relevant for measurements made by dual probe loggers, which have channels 0 and 1.
Primary key. |
value | double | Temperature value in 2,1 format: 2 digits before decimal point, 1 digit after decimal point. Unit of temperature is Celsius. |