pickableGroupTags


Description

Tags associated with Pickable Groups

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null

Unique Identifier of the Pickable Group Tag

companyId uuid 2147483647 null
companies.id pickableGroupTags_companyId_fkeyC

The ID of the learning site

pickableGroupId uuid 2147483647 null
pickableGroups.id pickableGroupTags_pickableGroupId_fkeyC

The ID of the Pickable Group associated with the Pickable Group Tag

tagId uuid 2147483647 null
tags.id pickableGroupTags_tagId_fkeyC

The ID of the Tag associated with the Pickable Group Tag

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pickableGroupTags_pkey Primary key Asc id
pickableGroupTags_pickableGroupId_idx Performance Asc pickableGroupId
pickableGroupTags_tagId_idx Performance Asc tagId

Relationships