Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_question_numerical_units_id_seq'::regclass) |
|
|
||||
question | int8 | 19 | 0 |
|
|
|||||
multiplier | numeric | 40,20 | 1.00000000000000000000 |
|
|
|||||
unit | varchar | 50 | ''::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_quesnumeunit_id_pk | Primary key | Asc | id |
app_quesnumeunit_que_ix | Performance | Asc | question |
app_quesnumeunit_queuni_uix | Must be unique | Asc/Asc | question + unit |