Skip to main content
Each row summarises a single user’s performance across an entire sequence of courses.
ColumnTypeDescription
iduuidv4Unique ID generated by LearnInk
user_iduuidv4Foreign key → users.id
sequence_iduuidv4Foreign key → sequences.id
started_attimestamptzWhen the user started the sequence
completed_attimestamptz | nullWhen the user completed all courses in the sequence. Null if not yet complete.
average_scoreintegerAverage score across all courses in the sequence
num_courses_completeintegerNumber of courses in the sequence that the user has completed
updated_attimestamptzWhen this row was last updated