Hi, Is there a way that when creating a new attribute the default value is changed for all the documents already created since this is set to null
For example, I set the default value to 0 and the documents already created are saved as null, creating conflicts
Appwrite doesn't backfill data. You'll have to do that yourself
too bad ☹️ , that feature is useful
[SOLVED] Default value for already created documents
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...