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 |
double | Double; 8-byte double-precision floating point numbers. |
int | Integer, whole number. |
string | String, text. |
ts | Timestamp, in |
Table 25. location_groups table
Item | Data type | Description |
---|---|---|
location_group_name | string | Name of this location group. |
location_name | string | Name of location to include in location group. |