
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
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- How can we add more than 8 attributes in...
Hey, when I tried to add attribute in my collection it showed me this Error "The maximum number or size of attributes for this collection has been reached." How...
