courseGroups


Description

Course Groups created by the learning site. Course Groups encompass all sessions of a Course

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
courseGroupCustomFields.courseGroupId courseGroupCustomFields_courseGroupId_fkeyC
courseGroupTags.courseGroupId courseGroupTags_courseGroupId_fkeyC
courses.courseGroupId courses_courseGroupId_fkeyC
milestoneCourses.courseGroupId milestoneCourses_courseGroupId_fkeyC
testimonials.courseGroupId testimonials_courseGroupId_fkeyC

Unique Identifier of the Course Group

companyId uuid 2147483647 null
companies.id courseGroups_companyId_fkeyC

The ID of the learning site

authors varchar 2048 null

The authors of the Course Group

contentType varchar 128 null

The content type (e.g. Course) of the Course Group

description varchar 2048 null

The description of the Course Group

metaDescription varchar 2048 null

The meta description of the Course Group

metaTitle varchar 2048 null

The meta title of the Course Group

isbn varchar 13 null

The isbn of the Course Group

kind varchar 32 null

The kind (e.g. courseGroup, article, video) of the Course Group. Relates to the Content Type

slug varchar 255 null

The slug (URL-formatted version of the Title) of the Course Group

source varchar 255 null

The source of the Course Group

title varchar 255 null

The title of the Course Group

ribbon varchar 255 null

The ribbon of the Course Group

rating int2 5 null

The average rating of the Course Group

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
courseGroups_pkey Primary key Asc id

Relationships