Hi,
I'm new to miro and playing around with the "Table" tool.
Is it possible to create 1:n or n:m relations between two tables?
1:n relations:
Say table 1 is called "Manufacturers" and table 2 is called "Car Models". I would like to relate the car model "911" in table 2 to the manufacturer "Porsche" in table 1. I.e. basically having a field in table 2 of type select but with options that are fed by table 1. (or to use database wording: foreign key relations)
m:n relations:
Having a field in table 1 of type select so that I can select for manufacturer “Ford” the models “Model T”, “Mustang”, “F-150”. I.e. a multi-select field that is fed by table 2.
Is this possible with the "Table" tool? If not: What other options are available to somehow model this scenario?