matchmaker_queue_map_pool

10 rows


Description

Map sub pool of a rating range for a matchmaker queue

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
matchmaker_queue_id INT UNSIGNED 10 null
matchmaker_queue.id matchmaker_queue_map_pool_matchmaker_queue_id_fk R
map_pool_id INT UNSIGNED 10 null
map_pool.id matchmaker_queue_map_pool_map_pool_id_fk R
min_rating INT 10 null
max_rating INT 10 null
create_time TIMESTAMP 19 current_timestamp()
update_time TIMESTAMP 19 current_timestamp()
veto_tokens_per_player TINYINT UNSIGNED 3 0
max_tokens_per_map TINYINT UNSIGNED 3 0
minimum_maps_after_veto FLOAT 12 1

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
map_pool_id Performance Asc/Asc map_pool_id + matchmaker_queue_id
matchmaker_queue_map_pool_matchmaker_queue_id_fk Performance Asc matchmaker_queue_id

Relationships