matchmaker_queue

5 rows


Description

A matchmaker queue specifying which featured mod will be played, which map pools will be drawn from, and which leaderboard will be used to look up and update a player''s rating.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
matchmaker_queue_game.matchmaker_queue_id matchmaker_queue_game_ibfk_1 R
matchmaker_queue_map_pool.matchmaker_queue_id matchmaker_queue_map_pool_matchmaker_queue_id_fk R

This table is managed by Flyway. Do not manually edit records.

technical_name VARCHAR 255 null
featured_mod_id TINYINT UNSIGNED 3 null
game_featuredMods.id matchmaker_queue_ibfk_1 R
leaderboard_id SMALLINT UNSIGNED 5 null
leaderboard.id matchmaker_queue_ibfk_2 R
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

Relationships