View Single Post
  #11  
Old 10-20-2004, 06:30 AM
zephyr325
Hill Giant
 
Join Date: Sep 2004
Posts: 117
Default

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.
Reply With Quote