Nawet przy SET foreign_key_checks = 0
, nie można zmienić typu kolumny ograniczenia.Z dokumentu MySQL:http://dev.mysql.com/doc/refman/5.5/en/innodb-foreign-key-constraints.html
However, even if foreign_key_checks = 0, InnoDB does not permit the creation of a foreign key constraint where a column references a nonmatching column type.
Tak więc zgadzam się z komentarzem Devarta. Po prostu upuść i utwórz ponownie.