| Column | Type | Description |
|---|---|---|
learningpath_id | uuidv4 | Foreign key → learning_paths.id |
course_id | uuidv4 | Foreign key → courses.id |
sequence_id | uuidv4 | Foreign key → sequences.id (if the course is part of a sequence within the path) |
index | number | Position of the course within the learning path (0-indexed) |