Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
game_id | INT UNSIGNED | 10 | null |
|
|
||||||
positive | FLOAT | 12 | null |
|
|
The ‘positive’ share of the rating |
|||||
negative | FLOAT | 12 | null |
|
|
The ‘negative’ share of the rating |
|||||
score | FLOAT | 12 | null |
|
|
The sum of all scores |
|||||
reviews | INT | 10 | null |
|
|
The sum of all ‘negative’ and ‘positive’ shares. Equals to the number of reviews. |
|||||
lower_bound | FLOAT | 12 | null |
|
|
Lower bound of Wilson score confidence interval for a Bernoulli parameter |
|||||
average_score | FLOAT | 12 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
game_id | Must be unique | Asc | game_id |
game_rev_sum_avg_score_ix | Performance | Asc | average_score |