Categories
MySQL CONSTRAINT two `id` to one `id`?
is it possible to make a CONSTRAINT key constraint this way? (this is for clarity below) ALTER TABLE `P` ADD CONSTRAINT `p_ibfk_1` FOREIGN KEY (`idP`,`idA`) REFERENCES `pg` (`id`)
Answer the question
In order to leave comments, you need to log in
Only two separate keys.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question