I am not able to create foreign key in mysql Error 150. Please help
- by Shantanu Gupta
i am trying to create a foreign key in my table. But when i executes my query it shows me error 150
Error Code : 1005 Can't create table
'.\vts#sql-6ec_1.frm' (errno: 150) (0
ms taken)
My Queries are
Query to create a foreign Key
alter table `vts`.`tblguardian` add constraint `FK_tblguardian` FOREIGN KEY (`GuardianPickPointId`)…