I have a clients, feedback and a repairs tables. A client can give many feedbacks and have many repairs. In the feedback table I have created a clientid column (added also index) and I am able to create a foreign key to the clientid column (primary key) of the clients table.I have a clients, feedback and a repairs tables