course_progress_15092023

1607360 rows


Description

student course progress

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
user_id VARCHAR 100 null
centre_id VARCHAR 100 null
batch_id VARCHAR 36 null
course_id VARCHAR 100 null
completed_count INT 10 null
activity_count INT 10 null
total_count INT 10 null
progress FLOAT 12 null
created_at DATETIME 19 null
updated_at DATETIME 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
course_progress_course_id_IDX Performance Asc/Asc/Asc user_id + centre_id + course_id

Relationships