
Suppose I have the database: Books -> Chapters -> Pages And I want to be able to delete a book's chapter, and then cascade the pages in that chapter along side it but NOT the other way, If I delete a page i do not want it to delete the chapter it was related to.
Right now I have it setup as on the Chapter it has a one way relation to pages that is on cascade mode, and then on Pages it has another one way relation to Chapters that is on null delete mode
Is this a good idea? I wanted to avoid two-way because it would cascade bidirectionally
Recommended threads
- Clarification on how appwrite handles ar...
Hello, I am trying to update an array in an existing document with new data and I am a bit confused on how appwrite handles arrays. Lets say I want to create an...
- ERROR: NIOHTTPCOMPRESSION/DECOMPRESSION
Hello, I finally got my appwrite self-hosted and created an account which went through to the request. However, when I went to test it through Xcode and login t...
- API docs services down?
I cannot access to the API Docs, it says Invalid platfrom. the page doesn't exist
