09.02.2017, 07:41
If you're planning to create another table, only put the UserID in there, along with Stat ID and the value.
The user's name should already be in your Users table.
There is no need to copy it to every other table where a UserID is located, a player's name should only exist 1 time in your entire database.
If there are many statistics, you might find it useful to use another table for it.
If it's less than 15 or so, just include them in the Users table.
The user's name should already be in your Users table.
There is no need to copy it to every other table where a UserID is located, a player's name should only exist 1 time in your entire database.
If there are many statistics, you might find it useful to use another table for it.
If it's less than 15 or so, just include them in the Users table.