Error Message:
Error Code: 1215. Cannot add
foreign key constraint
Example:
Error Code: 1215. Cannot add foreign
key constraint
Possible Reason: Case 1: MySQL storage
engine. MySQL supports several storage engines, comparing
features of the different mysql storage engines are given below.
Note that only InnoDB storage engine supports foreign key, when
you are using different mysql storage engine you may get the
error code: 1215 cannot add foreign key constraint.
| MySQL STORAGE ENGINE FEATURES |
Case 2: Key does not exist in the parent table. When …
[Read more]