map_pool

10 rows


Description

A collection of maps, used by a matchmaker_pool for map selection

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
matchmaker_queue_map_pool.map_pool_id matchmaker_queue_map_pool_map_pool_id_fk R
name VARCHAR 255 null

Only to help admins with organization. Don’t show this to the user.

create_time TIMESTAMP 19 current_timestamp()
update_time TIMESTAMP 19 current_timestamp()

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships