Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_prog_completion_history_id_seq'::regclass) |
|
|
||||
programid | int8 | 19 | 0 |
|
|
|||||
userid | int8 | 19 | 0 |
|
|
|||||
coursesetid | int8 | 19 | 0 |
|
|
|||||
status | int2 | 5 | 0 |
|
|
|||||
timestarted | int8 | 19 | 0 |
|
|
|||||
timedue | int8 | 19 | 0 |
|
|
|||||
timecompleted | int8 | 19 | 0 |
|
|
|||||
recurringcourseid | int8 | 19 | 0 |
|
|
|||||
organisationid | int8 | 19 | √ | null |
|
|
||||
positionid | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_progcomphist_id_pk | Primary key | Asc | id |
app_progcomphist_cou_ix | Performance | Asc | coursesetid |
app_progcomphist_pro_ix | Performance | Asc | programid |
app_progcomphist_rec_ix | Performance | Asc | recurringcourseid |
app_progcomphist_use_ix | Performance | Asc | userid |