Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the User Learning Path |
||||
userId | uuid | 2147483647 | null |
|
|
The ID of the User associated with the User Learning Path |
||||
learningPathId | uuid | 2147483647 | null |
|
|
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 |