Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_question_attempt_steps_id_seq'::regclass) |
|
|
||||
questionattemptid | int8 | 19 | null |
|
|
|||||
sequencenumber | int8 | 19 | null |
|
|
|||||
state | varchar | 13 | ''::character varying |
|
|
|||||
fraction | numeric | 12,7 | √ | null |
|
|
||||
timecreated | int8 | 19 | null |
|
|
|||||
userid | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_quesattestep_id_pk | Primary key | Asc | id |
app_quesattestep_que_ix | Performance | Asc | questionattemptid |
app_quesattestep_queseq_uix | Must be unique | Asc/Asc | questionattemptid + sequencenumber |
app_quesattestep_use_ix | Performance | Asc | userid |