我需要能够将新对象推送到 fameTotals
. 有点麻烦,谢谢!
这是我的数据库中文档的外观:
{
clanName: null,
clanTag: null,
players: [
{
name: null,
tag: null,
fameTotals: [ //PUSH TO THIS ARRAY
{fame: 0, clanTrophies: 0, date: ''}
]
}
]
}
我一直在想办法解决这个问题 updateOne()
和 $push
操作人员
1条答案
按热度按时间bwleehnv1#
检查这个例子
mongoplayground