| Column | Type | Description |
|---|---|---|
id | text | Unique learning path ID generated by LearnInk |
name | text | Learning path name |
is_archived | boolean | Whether the learning path has been archived (hidden from users) |
num_days_to_complete | number | The number of days a user has to complete the learning path from their start date |
created_at | timestamptz | When the learning path was created |
updated_at | timestamptz | When the learning path was last updated |