Is there a way to view my newly created Foreign Keys in phpMyAdmin?
What about Constraints - of which I believe a Foreign Key is?
Thanks,
Debbie
Is there a way to view my newly created Foreign Keys in phpMyAdmin?
What about Constraints - of which I believe a Foreign Key is?
Thanks,
Debbie
It should be under the structure tab for the table.
But is your db InnoDB? because it supports FK’s and myISAM doesn’t.