Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_prog_exception_id_seq'::regclass) |
|
|
||||
programid | int8 | 19 | 0 |
|
|
|||||
exceptiontype | int2 | 5 | 0 |
|
|
|||||
userid | int8 | 19 | 0 |
|
|
|||||
timeraised | int8 | 19 | 0 |
|
|
|||||
assignmentid | int8 | 19 | 0 |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_progexce_id_pk | Primary key | Asc | id |
app_progexce_exc_ix | Performance | Asc | exceptiontype |
app_progexce_pro2_ix | Performance | Asc | programid |
app_progexce_pro_ix | Performance | Asc | programid |
app_progexce_use2_ix | Performance | Asc | userid |
app_progexce_use_ix | Performance | Asc | userid |