
+1
How to not show foreign keys from dependent tables
So if I have a situation where I have 3 tables:
- companies
- exhibitors
- booths
Company has many exhibitors
Exhibitor has many booths.
If Exhibitor has the foreign_key for companies company_id, I just want to create a booths table that has 1 foreign key called exhibitor_id, but when I create the relationship it automatically fetches company_id too. When I try to delete it, it gets generated automatically back.
Customer support service by UserEcho