I have doing an upgrade on a magento software but getting sql error on this:
ALTER TABLE `poll` MODIFY COLUMN `store_id` smallint UNSIGNED NOT NULL default '0' COMMENT 'Store id'
Which is:
SQLSTATE[HY000]: General error: 1025 Error on rename of './seedpant_dev/#sql-266d_25a3' to './seedpant_dev/poll' (errno: 150)
I have actually been having 100's of these and been going through and resolving the indexes but this one is to modify the table but in phpmyadmin i cannot work out whats what fom teh above sql and replicating manually editing in phpmyadmin - screenshot below:
Can anyone shed any light? really stuck and likely to have 100's more i need to do
Thanks in advance
James