You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This includes per-round damage and kills, as well as events such as captures and ubers. In the grand scheme of things, this would result in a round column being added to the primary key in player_stats, with NULL values representing the current, full-game stats (similarly, the round_extra table could be rows in player_stats with NULLsteamid64). However, given that the current per-round, per-player info is much less detailed, it can be stored in a separate table (perhaps round_stats?).
The text was updated successfully, but these errors were encountered:
This includes per-round damage and kills, as well as events such as captures and ubers. In the grand scheme of things, this would result in a round column being added to the primary key in
player_stats
, withNULL
values representing the current, full-game stats (similarly, theround_extra
table could be rows inplayer_stats
withNULL
steamid64
). However, given that the current per-round, per-player info is much less detailed, it can be stored in a separate table (perhapsround_stats
?).The text was updated successfully, but these errors were encountered: