MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

Daten in das innere Array in MongoDB einfügen

Das funktioniert gut in der Mongo-Konsole :)

db.yar.update({"list.id":ObjectId("4e43cf96e62883ee06000002")}, {"$addToSet":{"list.$.comments":"my cool comment"}});