userLearningPaths


Description

User provisioned access to Learning Paths

Columns

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

The ID of the learning site

id uuid 2147483647 null

Unique Identifier of the User Learning Path

userId uuid 2147483647 null
users.id userLearningPaths_userId_fkeyC

The ID of the User associated with the User Learning Path

learningPathId uuid 2147483647 null
learningPaths.id userLearningPaths_learningPathId_fkeyC

The ID of the Learning Path associated with the User Learning Path

status varchar 16 null

The status of the User Learning Path

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
userLearningPaths_pkey Primary key Asc id
userLearningPaths_learningPathId_idx Performance Asc learningPathId
userLearningPaths_userId_idx Performance Asc userId

Relationships