Quote:
Originally Posted by Xothin
Actually, the syntax that finally worked for me was...
Code:
ALTER TABLE items CHANGE `unknown008` `SpellCharges` INT(11) DEFAULT "0" NOT NULL;
|
Agreed - this was the format I had to use (changing both types of tics) before it would work.