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. |
hex | Hexadecimal value. See more. Hidden as it was only used for logger_id, which now uses string |
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. Normally the channel is 0 except for dual probe loggers which also have channel 1. 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. |