Posts by Antonio Carlos • 1 point
1 post
-
-1
votes2
answers6796
viewsA: Mysql error 1215: Cannot add foreign key constraint
First create tables without FK At the end do an alter table Example: ALTER TABLE pers_addresses ADD CONSTRAINT correntista_ibfk_11 FOREIGN KEY (idendereco) REFERENCES endereco (idendereco)…