Ngay cả với SET foreign_key_checks = 0
, bạn không thể thay đổi loại cột ràng buộc.Từ 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.
Vì vậy, tôi đồng ý với nhận xét của Devart. Chỉ cần thả và tạo lại.