well for the record I am running MySQL 3.23.54
As per your post above of the queries here are my results:
For
Code:
ALTER TABLE `user` ADD `arcadepass` INT(255) DEFAULT '0' NOT NULL;
I get errors that say:
SQL-query : [Edit]
ALTER TABLE `user` ADD `arcadepass` INT(255) DEFAULT \'0\' NOT NULL;
MySQL said:
You have an error in your SQL syntax near '\'0\' NOT NULL' at line 1
Back