New Column in database

JamesD31

Addicted
Joined
Nov 4, 2007
Messages
770
Reaction score
0
FP$
237
I want to make a column in the database for the users database. Though, I know if I just create another column phpbb3 will cry about it. What edits do I have to do to just create a simple int column in the database?
 
Hitakashi said:
What is the column for?

It will be an INT column in order to hold "games played." This column will be incremented outside of the forums, though phpBB3 will cry about it having an unknown column and such.

Or, question, with that approach I was going to have it be "Game Plays:" as in just a general way of counting how many games they have played. Or, should I do it to where it's unique to how many games are actually played by that individual, so one unique play per game?
 
Back
Top Bottom