Hello, I have 3 tables under airtable (Image 1, 2, 3).
They have data linked to each other and I want to do CRUD on my "products" table (Image 1).
How do I keep the links between my tables?
I have an API key in Airtable. But I don't see how to create a product and put the relationship between the 2 tables.
I'm looking through MySQL to see the relationship between the tables and manage them but I can't find it.
All I find is tables with raw data, no linked data between the tables.