View Single Post
  #2  
Old 11-06-2004, 06:44 PM
Laviathon
Sarnak
 
Join Date: Aug 2003
Location: NY
Posts: 78
Default

ok this had worked for me but i am using 6.0 DR 2

open comand prompt and

do this
Code:
CD C:\mysql\bin
this
Code:
mysql -u root mysql
this
Code:
Use eq;
then these
Code:
ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4)  DEFAULT "0" NOT NULL;
Code:
ALTER TABLE `doors` ADD `size` SMALLINT(5)  UNSIGNED DEFAULT "100" NOT NULL;
not 100% sure if this will work for you cuz of the diff versions but its worth a try ..
__________________
Reply With Quote