MongoDB的一次錯誤記錄

Old_Soldier發表於2018-02-19

錯誤資訊:

node_modules\mongoose\lib\schema.js:430
    throw new Error('`' + path + '` may not be used as a schema pathname');
    ^


Error: `collection` may not be used as a schema pathname


原因:


在設計Schema時有一個欄位,用了‘collection’,寫在‘collections’即可。


相關文章