Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | SMALLINT UNSIGNED | 5 | null |
|
|
This table is managed by Flyway. Do not manually edit records. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
technical_name | VARCHAR | 255 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name_key | VARCHAR | 255 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description_key | VARCHAR | 255 | null |
|
|
The leaderboard’s i18n description key |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
create_time | TIMESTAMP | 19 | current_timestamp() |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
update_time | TIMESTAMP | 19 | current_timestamp() |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
initializer_id | SMALLINT UNSIGNED | 5 | √ | null |
|
|
Initialize rating based on existing entries from another leaderboard. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
initializer_id | Performance | Asc | initializer_id |
technical_name | Must be unique | Asc | technical_name |