When I try to edit the database 'id', phpMyAdmin gives me the following error:
I'm trying to edit it so it's auto increment.SQL query:
ALTER TABLE `petition` CHANGE `id` `id` VARCHAR( 30 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL AUTO_INCREMENT
MySQL said:
#1063 - Incorrect column specifier for column 'id'
Moved by Agesilaus (Forum Moderator) from Design and Development: Please post in the correct forum.






Reply With Quote





