MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Aggiungi un campo al documento MongoDB esistente (con Mongoose in Node.js)

prova

Article.update(
     {link: 'http://www.atlantico.fr/example.html'}, 
     {day : 'example' },
     {multi:true}, 
       function(err, numberAffected){  
       });

e non dimenticare di aggiungere il giorno allo schema.