Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_question_numerical_options_id_seq'::regclass) |
|
|
||||
question | int8 | 19 | 0 |
|
|
|||||
showunits | int2 | 5 | 0 |
|
|
|||||
unitsleft | int2 | 5 | 0 |
|
|
|||||
unitgradingtype | int2 | 5 | 0 |
|
|
|||||
unitpenalty | numeric | 12,7 | 0.1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_quesnumeopti_id_pk | Primary key | Asc | id |
app_quesnumeopti_que_ix | Performance | Asc | question |