Anche con SET foreign_key_checks = 0
, non è possibile modificare il tipo della colonna del vincolo. Da MySQL doc :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.
Quindi, concordo con il commento di Devart. Rilascialo e crealo di nuovo.