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
- Seed db
hello there... is this correct way to seed appwrite
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...