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 Course Progress |
||||
userId | uuid | 2147483647 | null |
|
|
The ID of the User associated with the User Course Progress |
||||
courseId | uuid | 2147483647 | null |
|
|
The ID of the Course associated with the User Course Progress |
||||
totalTime | int4 | 10 | √ | null |
|
|
The total time the User spent within the Course |
|||
totalViews | int4 | 10 | √ | null |
|
|
The total views the User spent wiithin the Course |
|||
percentComplete | int4 | 10 | √ | null |
|
|
The percent complete of the User within the Course |
|||
percentPagesViewed | int4 | 10 | √ | 0 |
|
|
||||
updatedAt | timestamp | 29,6 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
userCourseProgresses_pkey | Primary key | Asc | id |
userCourseProgresses_courseId_idx | Performance | Asc | courseId |
userCourseProgresses_userId_idx | Performance | Asc | userId |