milestoneCourses


Description

Milestone Courses created by the learning site

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null

Unique Identifier of the Milestone Course

companyId uuid 2147483647 null
companies.id milestoneCourses_companyId_fkeyC

The ID of the learning site

milestoneId uuid 2147483647 null
milestones.id milestoneCourses_milestoneId_fkeyC

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
courses.id milestoneCourses_courseId_fkeyC

The ID of the Course associated with the Milestone Course

courseGroupId uuid 2147483647 null
courseGroups.id milestoneCourses_courseGroupId_fkeyC

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

Relationships