Hi there,
Thanks a lot for your work on Cook, this is an impressive component builder. Congratulations!
A question, please:
I would like to build a many-to-many relation between 2 tables. Is Cook able to design it? I didn't see anything about that in the builder, but only foreign keys (one-to-many relations).
Example:
I have 2 tables:
- 'Books' ('id', 'name', 'author')
- 'Tags' ('id', 'name')
Rule 1: A book can have none or several tags. Relation 0-n
Rule 2: A tag can be assigned to none or several books. Relation 0-n
How can I design this in Cook? Do I have to design an another table between these 2 tables?
Thanks for your answer.
Best.