subject_progress_18092023

7140 rows


Description

stores student subject 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
subject_id VARCHAR 100 null
completed_count INT 10 null
activity_count INT 10 1
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
centre_id Performance Asc centre_id
subject_id Performance Asc subject_id
unique_user_subject Must be unique Asc/Asc user_id + subject_id
user_id_2 Performance Asc user_id

Relationships