
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
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
- easiest way to ban an IP from appwrite
for example, lets say that i have an app where people can post cars, and someone is constantly spamming my app with trucks, is there a way to ban that user IP s...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
