यहां तक कि SET foreign_key_checks = 0
. के साथ भी , आप बाधा कॉलम के प्रकार को बदल नहीं सकते हैं। 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.
तो, मैं देवर्त की टिप्पणी से सहमत हूं। बस इसे छोड़ दें और इसे फिर से बनाएं।