Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQLで外部キーを割り当てる必要がありますか?
(Navicat for MySQL、PHP、私は楽しみのためにソーシャルネットワークをプログラミングしています)
これを参照してくださいhttp://www.databasejournal.com/features/mysql/article.php/2248101/Referential-Integrity-in-MySQL.htm
任意のMySQLテーブルタイプ(デフォルトのMyISAMテーブルタイプを含む)で外部キーを「定義」できますが、実際には何も実行しません。これらは、InnoDBテーブルで参照整合性を適用するためにのみ使用されます。
OPは、それが「架空の」概念であると考えることを許されるべきです。