Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_course_completion_defaults_id_seq'::regclass) |
|
|
||||
course | int8 | 19 | null |
|
|
|||||
module | int8 | 19 | null |
|
|
|||||
completion | int2 | 5 | 0 |
|
|
|||||
completionview | int2 | 5 | 0 |
|
|
|||||
completionusegrade | int2 | 5 | 0 |
|
|
|||||
completionexpected | int8 | 19 | 0 |
|
|
|||||
customrules | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_courcompdefa_id_pk | Primary key | Asc | id |
app_courcompdefa_cou_ix | Performance | Asc | course |
app_courcompdefa_coumod_uix | Must be unique | Asc/Asc | course + module |
app_courcompdefa_mod_ix | Performance | Asc | module |