Skip to main content

Location groups table (location_groups)

In this section:

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 11,7 format: 11 digits before decimal point, 7 digits after decimal point.

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 YYYY-MM-DDTHH:MM:SSZ format.

Table 41. location_groups table

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.