Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Milestone |
||||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||||
completionCriteriaDescription | varchar | 2048 | √ | null |
|
|
The completion criteria description of the Milestone |
|||||
learningPathId | uuid | 2147483647 | null |
|
|
The ID of the Learning Path associated with the Milestone |
||||||
name | varchar | 255 | √ | null |
|
|
The name of the Milestone |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
milestones_pkey | Primary key | Asc | id |
milestones_learningPathId_idx | Performance | Asc | learningPathId |