Skip to main content
Each row represents a user’s assignment to a specific learning path. A user can only have one active learning path at a time.
ColumnTypeDescription
iduuidv4Unique ID generated by LearnInk
user_iduuidv4Foreign key → users.id
learningpath_idtextForeign key → learning_paths.id
learningpath_start_datedateThe date the user was due to start the learning path. If in the future, the path remains locked until this date.
completed_attimestamptz | nullWhen the user completed the learning path. Null if not yet complete.
is_activebooleanWhether this is the user’s currently active learning path
created_attimestamptzWhen this assignment was created
updated_attimestamptzWhen this row was last updated