view_table_groups


Columns

Column Type Size Nulls Auto Default Children Parents Comments
group_id INT 10 0

Primary id for this table. This uniquely identifies the row.

group_name VARCHAR 255 null

The name of the group which can be used to identify it.

group_description MEDIUMTEXT 16777215 null

A free text description of the group. This has no length limitations.

group_type_id INT 10 0
group_type VARCHAR 255
user_name VARCHAR 0
user_id INT 10 null

Defines who created the group. Foreign key to Gatekeeper users (Gatekeeper users.id).

group_visibility BIT 1 null

Defines if the group is visuble or hidden from the Germinate user interface.

created_on DATETIME 19 CURRENT_TIMESTAMP

Foreign key to locations (locations.id).

updated_on TIMESTAMP 19 CURRENT_TIMESTAMP

When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record.

project_ids JSON 1073741824 null
count BIGINT 19 0

Relationships

View Definition


Possibly Referenced Tables/Views