Thread: Storing data
View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 01-28-2020 , 17:28   Re: Storing data
Reply With Quote #2

Does each skin have all of the columns below? Or are skins in a separate table which has skin_id as PK?
When you say unlimited, what is the max you would ever expect?
How does this data need to be referenced? Is there a steam-id field that you are not showing?

Give some context for your usage of this data.

id (int) - Is this the primary key ID, or player ID
skin_id (int)
nametag (string) - Is this player name or name of skin?
kills (int)
hs (int)
damage (double)
__________________
Bugsy is offline