30.11.2011, 17:52
mhhh, i have a mysql database for all players.
Every players account (=table) has about 20 fields (for saving money,score, last position etc.).
A lot of player accounts already exists.
But today i wanted to add a new field to all accounts.
That means there wouldnt be 20 fields per account anymore but 21 right?
So now my question just is, can i just handle this new field like all others? (saving data into it using UPDATE in the mysql query?)
Cause i didnt insert into it, i just added it using php my admin.
And for some reason i cant save data into it (no errors in the log thought.)
I hope its understandable better now
Every players account (=table) has about 20 fields (for saving money,score, last position etc.).
A lot of player accounts already exists.
But today i wanted to add a new field to all accounts.
That means there wouldnt be 20 fields per account anymore but 21 right?
So now my question just is, can i just handle this new field like all others? (saving data into it using UPDATE in the mysql query?)
Cause i didnt insert into it, i just added it using php my admin.
And for some reason i cant save data into it (no errors in the log thought.)
I hope its understandable better now