Metoden för att byta namn på en samling med drivrutinen node.js är rename
, inte renameCollection
:
db.collection("mycollection").rename("mynewcollection", function(err, newColl) {...});
Metoden för att byta namn på en samling med drivrutinen node.js är rename
, inte renameCollection
:
db.collection("mycollection").rename("mynewcollection", function(err, newColl) {...});