Answer the question
In order to leave comments, you need to log in
Why is there a global cataclysm of a personal and non-professional nature when creating connections?
two tables. Vacancies AND responses Associate
id (PK, unique)
AND in responses id_vac(index)
Fields converted to InnoDB.
Gives an error of a personal, non-professional nature.
As a matter of fact
ALTER TABLE `response` ADD FOREIGN KEY ( `vac_id` ) REFERENCES `vacancies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ;
Answer the question
In order to leave comments, you need to log in
referential integrity broken? are there response.vac_id values that don't match in vacancies.id ?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question