sections


Description

Sections created by the learning site

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
lessons.sectionId lessons_sectionId_fkeyC
topics.sectionId topics_sectionId_fkeyC

Unique Identifier of the Section

companyId uuid 2147483647 null
companies.id sections_companyId_fkeyC

The ID of the learning site

courseId uuid 2147483647 null
courses.id sections_courseId_fkeyC

The ID of the Course associated with the Section

slug varchar 32 null

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

status varchar 16 null

The status of the Section

title varchar 255 null

The title of the Section

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
sections_pkey Primary key Asc id
sections_courseId_idx Performance Asc courseId

Relationships