| Column | Type | Description |
|---|---|---|
id | uuidv4 | Unique course ID generated by LearnInk |
name | text | Course name |
description | text | Course description |
language | text | ISO 639-1 language code (e.g. en, sw) |
access_groups | jsonb | Array of user group IDs that have access to this course. An empty array means all users have access. |
created_at | timestamptz | When the course was created |
updated_at | timestamptz | When the course was last updated |