I am trying to use Relationships between cars and users. I want one user to have many cars and one car to be belonged to only one user. I tried to set it up but here are the generated logic, something seems wrong. What to do here? Also, cannot I make to remove car when user gets deleted and not vice-versa? Right now I can only set one function for both.
and can I name what I want ? I have written ride but it still shows rides
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...