07.02.2015, 18:21
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:
Additionally, you can use a SQL query to modify the data:
pawn Code:
ALTER TABLE `characters` ADD `Gold` INT NOT NULL ;