Answer the question
In order to leave comments, you need to log in
Mongo noob question: how to change the value of a field on a specific child?
Let's say we have a structure like this:
[
{
"division_id": 12,
"players": [
{
"card_list": {},
"first_goal": {},
"player_id": 1,
"statistics": {}
},
{
"card_list": {},
"first_goal": {},
"player_id": 2,
"statistics": {}
}
]
}
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question