** [MySQL]: Unknown column 'Gold' in 'field list'
#5

Using phpmyadmin, you can simply go to the table and in the structure panel page click "add a column to the table".

Additionally, you can use a SQL query to modify the data:
pawn Code:
ALTER TABLE `characters` ADD `Gold` INT NOT NULL ;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)