SQL query:
ALTER TABLE `x` CHANGE `y` `y` INT( 9 ) UNSIGNED NOT NULL DEFAULT '1000' AUTO_INCREMENT
MySQL said:
Documentation 1067 - Invalid default value for 'y' whether the default value can be combined with auto increment in mysql
What is the correct MySQL syntax?