lessons


Description

Lessons created by the learning site

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
topics.lessonId topics_lessonId_fkeyC

Unique Identifier of the Lesson

companyId uuid 2147483647 null
companies.id lessons_companyId_fkeyC

The ID of the learning site

sectionId uuid 2147483647 null
sections.id lessons_sectionId_fkeyC

The ID of the Section associated with the Lesson

courseId uuid 2147483647 null
courses.id lessons_courseId_fkeyC

The ID of the Course associated with the Lesson

slug varchar 32 null

The slug (URL-formatted version of the Name) of the Lesson

title varchar 255 null

The title of the Lesson

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
lessons_pkey Primary key Asc id
lessons_courseId_idx Performance Asc courseId
lessons_sectionId_idx Performance Asc sectionId

Relationships