Skip to main content
Solved

With linked fields, how to know which table originally established that link?

  • July 28, 2024
  • 2 replies
  • 21 views

Forum|alt.badge.img+4

In actual databases, I can explicitly define which table holds the linked column, e.g., Table A has a foreign key field to Table B. So, if I look directly at Table B by itself, I wouldn't know that it has a relationship with Table A. But that's okay, because Table B isn't supposed to hold that information itself.

But in Airtable, I noticed that when I put a linked field in Table A to Table B, instantly that field also appears in Table B. While that's very useful and helpful to understand the bigger picture of how things are interconnected, now I no longer know which table was the original one that established that relationship.

The purpose that I need to know this is to transform an Airtable base into an SQL database schema, so I need to know the "native" fields of each table. Any tips, or anything I missed?

Best answer by luqmaan

I don't think that's possible I'm afraid.  Perhaps when you create the linked fields you could edit their names to include this information?


I have figured out a simple solution: by creating a dedicated grid view for each table that only shows the "native" fields, to be conventionally named as "Native". Thank you for your reply, it might have sparked this idea in my mind.

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31

I don't think that's possible I'm afraid.  Perhaps when you create the linked fields you could edit their names to include this information?


Forum|alt.badge.img+4
  • Author
  • New Participant
  • Answer
  • July 31, 2024

I don't think that's possible I'm afraid.  Perhaps when you create the linked fields you could edit their names to include this information?


I have figured out a simple solution: by creating a dedicated grid view for each table that only shows the "native" fields, to be conventionally named as "Native". Thank you for your reply, it might have sparked this idea in my mind.