Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Milestone Course |
||||
companyId | uuid | 2147483647 | √ | null |
|
|
The ID of the learning site |
|||
milestoneId | uuid | 2147483647 | √ | null |
|
|
The ID of the Milestone associated with the Milestone Course |
|||
contentGrouping | varchar | 255 | √ | null |
|
|
The content grouping of the Milestone Course |
|||
courseId | uuid | 2147483647 | √ | null |
|
|
The ID of the Course associated with the Milestone Course |
|||
courseGroupId | uuid | 2147483647 | √ | null |
|
|
The ID of the Course Group associated with the Milestone Course |
|||
requirement | varchar | 32 | √ | null |
|
|
The requirement of the Milestone Course |
|||
updatedAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Milestone Course was last updated |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
milestoneCourses_pkey | Primary key | Asc | id |