Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | MEDIUMINT UNSIGNED | 8 | null |
|
|
||||||
| map_id | MEDIUMINT UNSIGNED | 8 | √ | null |
|
|
|||||
| positive | DOUBLE | 22 | √ | null |
|
|
|||||
| negative | DOUBLE | 22 | √ | null |
|
|
|||||
| score | DOUBLE | 22 | √ | null |
|
|
|||||
| reviews | DECIMAL | 32 | √ | null |
|
|
|||||
| lower_bound | DOUBLE | 22 | √ | null |
|
|
|||||
| average_score | FLOAT | 12 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| map_id | Must be unique | Asc | map_id |
| map_rev_sum_avg_score_ix | Performance | Asc | average_score |



