When selecting what to do on delete. How do we know which direction the delete will occur? For example: Say we have a notes table and a user table. On the notes table we add a relationship to the user table as a one way relationship and the relation is many to one. Does that mean if the notes row is deleted it will delete the user row or does it mean if the user row is deleted it will delete all rows linked to the user row?
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...