View Single Post
  #9  
Old 08-08-2006, 12:39 PM
greneday
Fire Beetle
 
Join Date: Jul 2004
Posts: 12
Default

I looked around, and tried to on my own, but I just do not know how to impliment the change logs into my database.

ALTER TABLE `traps` ADD `message` VARCHAR( 200 ) NOT NULL AFTER `effectvalue2` ;
when plugged into mysql, or saved as a sql file and tried to query, it just gives me syntax errors.
Reply With Quote