lesson_progress_15092023

192708 rows


Description

Stores lesson progress of student

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
subject_id VARCHAR 100 null
lesson_id VARCHAR 36 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

Relationships