I s SET foreign_key_checks = 0
, nemůžete změnit typ sloupce omezení. 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že souhlasím s komentářem Devarta. Stačí jej upustit a vytvořit znovu.