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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...