为了创建一个新的集合, createCollection()从 Schema 对象调用该函数。它返回一个可以立即使用的 Collection 对象,例如,将文档插入数据库。
createCollection()
// Create a new collection called 'my_collection' var myColl = db.createCollection('my_collection');