Skip to main content

Location Group

Overview

The LocationGroup entity represents a grouping of locations within the manufacturing environment, allowing for organization and categorization of locations based on shared characteristics or purposes. For example, a location group could represent a collection of storage areas or production cells.

Table Structure

The following table outlines the SQL columns for the location_groups table, providing a brief description of each, along with sample data where applicable.

ColumnTypeDescriptionExample
idString (ULID)Unique identifier for the entity.01JAP8RJBN-8ZTPXSGY-J9GSDPE1
enabledBooleanIf the entity is enabled or not.true
created_dateDateTimeDate the entity was created.2024-12-31T19:48:44Z
created_byStringPerson who created the entity.TamakiMES
modified_dateDateTimeDate the entity was modified. Value is null upon creation, and gets initially populated upon the first edit.2024-12-31T19:48:44Z
modified_byStringLast person to modify the entity. Value is null upon creation, and gets initially populated upon the first edit.TamakiMES
notesStringNotes about the entity.This entity has these extra notes
spare1StringThe first spare column that can be used for additional context on the entity.some extra context 1
spare2StringThe second spare column that can be used for additional context on the entity.some extra context 2
spare3StringThe third spare column that can be used for additional context on the entity.some extra context 3
nameStringName of the location group.Storage Areas
descriptionStringOptional description providing details about the location group.Group of all storage locations.

Field Details

description

An optional field for a more detailed description of the location group, which can provide additional context on its purpose or the types of locations it includes.