Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
survey_id | BIGINT | 19 | null |
|
|
|||||
a_key | VARCHAR | 255 | null |
|
|
|||||
description | INT | 10 | √ | NULL |
|
|
||||
value_from | INT | 10 | null |
|
|
|||||
value_to | INT | 10 | null |
|
|
|||||
score | DECIMAL | 5,2 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
survey_lookup_tables_survey_id | Performance | Asc | survey_id |