Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_scorm_seq_mapinfo_id_seq'::regclass) |
|
|
||||
scoid | int8 | 19 | 0 |
|
|
|||||
objectiveid | int8 | 19 | 0 |
|
|
|||||
targetobjectiveid | int8 | 19 | 0 |
|
|
|||||
readsatisfiedstatus | int2 | 5 | 1 |
|
|
|||||
readnormalizedmeasure | int2 | 5 | 1 |
|
|
|||||
writesatisfiedstatus | int2 | 5 | 0 |
|
|
|||||
writenormalizedmeasure | int2 | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_scorseqmapi_id_pk | Primary key | Asc | id |
app_scorseqmapi_obj_ix | Performance | Asc | objectiveid |
app_scorseqmapi_sco_ix | Performance | Asc | scoid |
app_scorseqmapi_scoidobj_uix | Must be unique | Asc/Asc/Asc | scoid + id + objectiveid |