Skip to main content
Known Participant
March 28, 2012
Question

php myadmin foreign key

  • March 28, 2012
  • 1 reply
  • 681 views

How do I create a foreign key in php myadmin?

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Community Expert
March 29, 2012

Foreign keys can only be created in mySQL InnoDB tables.  Can you confirm that both tables involved are InnoDB and that the data types match up exactly?