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

