View Single Post
  #7  
Old 06-11-2008, 05:08 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

I forgot about that, here it is;
Code:
ALTER TABLE `doors` MODIFY COLUMN `name` VARCHAR(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL;
Azone patch is for the source, I don't think it compiles under windows - but need to have it there.
Reply With Quote