sql >> データベース >  >> RDS >> Mysql

mysqlはint列を外部キーを使用してbigintに変更します

    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のコメントに同意します。ドロップして再度作成するだけです。



    1. 3つの異なる列の最大値で並べ替える

    2. 列内のすべての値の個別の単語をカウントするためのクエリ

    3. nodejsを使用してExcelファイル(XLSX)をmysqlにインポートする方法

    4. OracleDBの監査証跡