SET foreign_key_checks = 0
でも 、制約列のタイプを変更することはできません。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.
だから、私はDevartのコメントに同意します。ドロップして再度作成するだけです。