View Single Post
  #6  
Old 10-18-2004, 04:35 AM
cyberstormx
Fire Beetle
 
Join Date: Apr 2004
Posts: 17
Default

[quote="Rythan"]
Code:
ALTER TABLE items ADD attuneable tinyint(3) unsigned NOT NULL default '0';
-- the above gives me error 1060, duplicate column name attuneable
Reply With Quote