The guilds table should be split into multiple tables with a guild id foreign key. This was made before I knew about foreign keys and such a wide table gets messy for viewing.
The misc table should be renamed to users, not sure what was up with that naming.
Not sure I quite like the choice to use spaces in the column names here and that should probably be changed as well.
The
guildstable should be split into multiple tables with a guild id foreign key. This was made before I knew about foreign keys and such a wide table gets messy for viewing.The misc table should be renamed to users, not sure what was up with that naming.
Not sure I quite like the choice to use spaces in the column names here and that should probably be changed as well.