I have three tables in my database named "applicant_info", "application_info", "education". I want to make a foreign key relationship from columns in "application_info" named "PassPortNo" and "Nationality" to the same columns in "applicant_info" table that are primary keys. Those columns are indexed in the child table i.e application_info. And all the tables are of type "InnoDB".When I try to construct the relationship in relation view tab "PassPortNo" and "Nationality" from Applicant_Info table are not coming in the drop box. How can I do that?
Indexes on the applicant_info table
Indexes on the application_info table
This is the relation view tab that I constructed the relationship with. On the dropdown that says "Table" I couldn't find table named "Applicant_info". Does this mean I cannot construct such a relationship with columns that are primary keys?