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
- free plan limit
Hello! I’m currently on the free plan and still in development. I’m unable to use the database because I’m getting the following error: “Resource limit for your...
- 1.9.1 update
do you guys, have new update workflow? migration asking me to run browser..... on VPS.
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?