MySQL errno 150 – Foreign Key Constraints
Posted by Qasim Khan on September 19, 2010
Just quick note for anyone getting this error. It took me a little while to figure out.
There can a be a various reasons for MySQL errno 150.
Following are the ways to verify your structure in order to fix your problem
1) type of foreign key source and reference fields must be identical
check: both set...
Filed in: Database
10