courseGroupTags


Description

Tags associated with Course Groups

Columns

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

Unique Identifier of the Course Group Tag

companyId uuid 2147483647 null
companies.id courseGroupTags_companyId_fkeyC

The ID of the learning site

courseGroupId uuid 2147483647 null
courseGroups.id courseGroupTags_courseGroupId_fkeyC

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

tagId uuid 2147483647 null
tags.id courseGroupTags_tagId_fkeyC

The ID of the Tag associated with the Course Group Tag

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
courseGroupTags_pkey Primary key Asc id
courseGroupTags_courseGroupId_idx Performance Asc courseGroupId
courseGroupTags_tagId_idx Performance Asc tagId

Relationships