MySQL table creation
#6

Quote:
Originally Posted by PowerPC603
Посмотреть сообщение
I also planned for an extra table that holds the level, experience points and completed jobs per class (about 15 classes) for every player, so that's 45 columns (46 with the added playerid column).
This, again, would require an associative table that holds 5 fields: classid, userid, level, experience, numcompleted
primary key (classid, userid)
Reply


Messages In This Thread
MySQL table creation - by PowerPC603 - 18.05.2015, 21:35
Re: MySQL table creation - by Abagail - 18.05.2015, 21:37
Re: MySQL table creation - by PowerPC603 - 19.05.2015, 09:09
Re: MySQL table creation - by Vince - 19.05.2015, 09:15
Re: MySQL table creation - by PowerPC603 - 19.05.2015, 10:54
Re: MySQL table creation - by Vince - 19.05.2015, 13:11
Re: MySQL table creation - by PowerPC603 - 19.05.2015, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)