Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | null |
|
|
This table is managed by Flyway. Do not manually edit records. |
||||||||
technical_name | VARCHAR | 255 | null |
|
|
|||||||||
featured_mod_id | TINYINT UNSIGNED | 3 | null |
|
|
|||||||||
leaderboard_id | SMALLINT UNSIGNED | 5 | null |
|
|
|||||||||
name_key | VARCHAR | 255 | null |
|
|
|||||||||
create_time | TIMESTAMP | 19 | current_timestamp() |
|
|
|||||||||
update_time | TIMESTAMP | 19 | current_timestamp() |
|
|
|||||||||
team_size | TINYINT UNSIGNED | 3 | 1 |
|
|
|||||||||
params | TEXT | 65535 | √ | null |
|
|
json string which defines additional parameters for the queue |
|||||||
enabled | BIT | 1 | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
featured_mod_id | Performance | Asc | featured_mod_id |
leaderboard_id | Performance | Asc | leaderboard_id |
technical_name | Must be unique | Asc | technical_name |