
Hello, all, I'm new to appwrite as well as creating a database. I searched around the documentation but I'm not sure what I found answers my question. So to pose it here: For countries and US states, would it be better to create a collection for states and countries, respectively? Or should I create an enum attribute for each? I figured that for days of the week, an enum attribute would be okay to use and just add the elements to it. But it seems that for US states and countries, that's a long list to add into enum attributes. Thank you.

Maybe enum because it doesn't change that much...
Recommended threads
- updateDocument() throws "document_alread...
Hi guys, im using server sdk to update appwrite attribute value which relationship type. But facing "document_already_exists", may i know why?
- Invalid Document structure
I have a database with a collection with the next atributes: - Racha [Integer] - Monedas [Integer] When I try to change the value of this fields in appwrite I'...
- Session deletion for 'current' fails on ...
I want to delete the user's current session via the client side. This is my full function: ```js export const deleteUserSession = async () => { try { ...
