用mongodb創建集合之后死活不能插入數據


用mongodb創建集合之后死活不能插入數據

> db.createCollection('version');
{ "ok" : 1 }
> db.version.drop();
2020-01-14T15:35:27.868+0800 E QUERY    [thread1] TypeError: db.version.drop is not a function :
@(shell):1:1
> db.version.find();
2020-01-14T15:35:34.980+0800 E QUERY    [thread1] TypeError: db.version.find is not a function :
@(shell):1:1
> db.version.insert()
2020-01-14T15:35:46.161+0800 E QUERY    [thread1] TypeError: db.version.insert is not a function :
@(shell):1:1

問題出在哪里?
答:不要用"version"這個名字,換個集合名字就好了。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM