userCourses


Description

User provisioned access to Courses

Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyId uuid 2147483647 null
companies.id userCourses_companyId_fkeyC

The ID of the learning site

id uuid 2147483647 null

Unique Identifier of the User Course

userId uuid 2147483647 null
users.id userCourses_userId_fkeyC

The ID of the User associated with the User Course

courseId uuid 2147483647 null
courses.id userCourses_courseId_fkeyC

The ID of the Course associated with the User Course

status varchar 16 null

The status of the User Course

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
userCourses_pkey Primary key Asc id
userCourses_courseId_idx Performance Asc courseId
userCourses_userId_idx Performance Asc userId

Relationships