milestones


Description

Milestones created by the learning site

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
learningPathActions.milestoneId learningPathActions_milestoneId_fkeyC
milestoneCourses.milestoneId milestoneCourses_milestoneId_fkeyC

Unique Identifier of the Milestone

companyId uuid 2147483647 null
companies.id milestones_companyId_fkeyC

The ID of the learning site

completionCriteriaDescription varchar 2048 null

The completion criteria description of the Milestone

learningPathId uuid 2147483647 null
learningPaths.id milestones_learningPathId_fkeyC

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

Relationships