Schema({ name:String, items:Array }); const List=mongoose.model("List",listSchema); ... Now, updateOne() basically will let you update an existing document by ...
確定! 回上一頁