map_version

16433 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id MEDIUMINT UNSIGNED 8 null
game_stats.mapId mapid_fkey R
map_pool_map_version.map_version_id map_pool_map_version_ibfk_2 R
map_version_review.map_version_id map_version_review_ibfk_2 R
map_version_reviews_summary.map_version_id map_version_reviews_summary_map_version R
table_map_comments.map_id table_map_comments_ibfk_1 C
tutorial.map_version_id tutorial_map_version R
description LONGTEXT 2147483647 null
max_players DECIMAL 2 null
width DECIMAL 4 null
height DECIMAL 4 null
version DECIMAL 4 null
filename VARCHAR 200 null
ranked BIT 1 1
hidden BIT 1 0
map_id MEDIUMINT UNSIGNED 8 null
map.id map C
average_review_score DOUBLE 22 0
reviews INT 10 0
games_played INT UNSIGNED 10 0

Number of times a map version has been played. Should be updated each time a row is inserted with the map_version.id in game_stats. Values start at 0

create_time TIMESTAMP 19 current_timestamp()

When this entry was created.

update_time TIMESTAMP 19 current_timestamp()

When this entry was updated

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
filename Must be unique Asc filename
map_id_version Must be unique Asc/Asc map_id + version
map_version_average_review_score_index Performance Asc average_review_score

Relationships