marty6236
Column Not Found SQL ERROR
Hi, I have a question, when migrating data into my database I get an error message SQLSTATE[HY000]: (errno: 150 "Foreign key constraint is incorrectly formed") (Connection: mysql, SQL: alter table
cocntacts
add constraint cocntacts_country_id_foreign
foreign key (country_id
) references countries
(id
) on delete cascade). What am I doing wrong?17 replies