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
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- Returned columns when Query.select is us...
Hello, I am noticing that whatever i put in Query.select, the returned data will always contain the following fields ` "total": 1, "rows": [ { ...
- Does appwrite supports increasing the va...
I am building a chat application where user message needs to increased on every row creation. For this is there any increament feature?