ok this had worked for me but i am using 6.0 DR 2
open comand prompt and
do this
this
Code:
mysql -u root mysql
this
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 ..