courseGroupCustomFields


Description

Custom Fields associated with Course Groups

Columns

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

Unique Identifier of the Custom Field

companyId uuid 2147483647 null
companies.id courseGroupCustomFields_companyId_fkeyC

The ID of the learning site

courseGroupId uuid 2147483647 null
courseGroups.id courseGroupCustomFields_courseGroupId_fkeyC

The ID of the Course Group associated with the Custom Field

label text 2147483647 null

The label of the Custom Field

value text 2147483647 null

The value of the Custom Field

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
courseGroupCustomFields_pkey Primary key Asc id
courseGroupCustomFields_courseGroupId_idx Performance Asc courseGroupId

Relationships