
I have two tables, subjects and boards the boards table has a name and a slug attribute and the name is unique for the subjects table, i want to add a relationship with the board's name attribute but i dont get any way to change it
what can i do? am i missing something

Keep in mind, relationships are experimental so I would use them sparingly.
Relationships are between documents. So you would relate a board document to a subject document. Then, when you fetch a board, the related document is also fetched

how can I add something that has relationship with other document
Recommended threads
- Problems with adding my custom domain
- CSV Not Importing
We don’t seem to having any luck importing a simple .csv file. The import function acts like it’s working but no data imports or is shown in the collection The...
- Can't push functions when self-hosting o...
Hello, I'm a bit new to appwrite functions and recently hosted a fresh 1.7.4 on my portainer setup. Tried to create a new function and when trying to push it I ...
