I am trying ti change the type in two tables of an innodb. The problem is that the values are a key and a foreign key. When I try to make the change I get the error #1025 error on rename
Do I need to drop the foreign keys and then make the changes and then reapply the foreign key?