Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Lesson |
||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
sectionId | uuid | 2147483647 | √ | null |
|
|
The ID of the Section associated with the Lesson |
|||
courseId | uuid | 2147483647 | √ | null |
|
|
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 |