Hi! Are there any guides on the design of structure of documents? How can I put another document in a document? put a document id from another collection? is this normal practice?
Hey, for structure, we do not have a design or such but you can follow SQL design patterns, for nested documents, please see this: https://dev.to/appwrite/appwrite-012-migration-post-3cha, this might be of use!
Does this solve your query? if not, let us know so we can help you more
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...