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
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...