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 api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...