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
Hi, Im currently in the progress of creating a simple webinterface, and i stumbled upon the Database Structure, wich goes against anything i know about proper Database Design.
Now, im no Professional, but i had my fair share of Lessons in school about database normalization.
May i create a Pull request with a Database design i think would work better?
The text was updated successfully, but these errors were encountered:
Reference Issue: games647#49
The Changes make sure, that you do'nt have duplicate data in the Database by separating the Data, that changes from the data that is static.
That way you'll also save space (a little).
e.g. every player would only need to be created once. the Ping data will go into `player_data`
same with worlds.
if there are any questions i'll be happy to answer :)
Hi, Im currently in the progress of creating a simple webinterface, and i stumbled upon the Database Structure, wich goes against anything i know about proper Database Design.
Now, im no Professional, but i had my fair share of Lessons in school about database normalization.
May i create a Pull request with a Database design i think would work better?
The text was updated successfully, but these errors were encountered: