I want to know what is the best way, to update previous records in the collection For example, i have
record 1){"name":"Bob"}
record 2){"name":"Alice"}
and now I realize that for new records i need also field age
record 3) {"name":"Bob",age:37}
Question: How is better to update record 1 and record 2
Writing migration for NoSQL seems to me not the best approach