Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| progress_id | bigserial | 19 | √ | nextval('tbl_chapter_progress_progress_id_seq'::regclass) |
|
|
Primary key |
||||
| enrollment_id | int8 | 19 | null |
|
|
FK: public.tbl_enrollment.enrollment_id |
|||||
| chapter_id | int8 | 19 | null |
|
|
FK: public.tbl_chapter.chapter_id |
|||||
| completed | bool | 1 | √ | false |
|
|
Chapter completion flag |
||||
| completed_at | timestamp | 29,6 | √ | null |
|
|
Timestamp when the chapter was completed. |
||||
| progress | numeric | 8,2 | √ | null |
|
|
Time spent on the chapter page. |
||||
| video_progress | numeric | 8,2 | √ | null |
|
|
Time spent on chapter video content. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_chapter_progress_pkey | Primary key | Asc | progress_id |

