Location groups table (location_groups)
The location_groups
table contains information about what customer locations belong to which location group.
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 |
---|---|---|
id | bigint | Unique identifier of location group. Primary key. Foreign key. |
location_group_name | string | Name of this location group. |
location_name | string | Name of location to include in location group. |