I wanted to create a table in phpmyadmin with two columns, each column being a foreign key to primary keys in others tables. In the Structure tab of phpmyadmin, there are only Primary and Unique indexes available to choose from that I can see/find. As I could not find a Foreign Key option in phpmyadmin, I created the table in MySQL console. If there is no Foreign Key index available in the Structure tab, will it be introduced?
↧