Saturday, April 9, 2011

mysql error: 150

MySQL error no: 150.

I got this error when the primary key column was not unsigned but foreign key column was checked signed. so make sure that both primarykey column in parent table and foreign key column in child table both datatype, range match properly.

No comments:

Post a Comment