SyntaxFix
Write A Post
Hire A Developer
Questions
There is probably another table with a foreign key referencing the primary key you are trying to change.
To find out which table caused the error you can run SHOW ENGINE INNODB STATUS and then look at the LATEST FOREIGN KEY ERROR section.
SHOW ENGINE INNODB STATUS
LATEST FOREIGN KEY ERROR