// 通过Schema创建Model Model代表数据库的集合 然后才可以对数据库进行操作 // mongoose.model(modelName, schema) // modelName 映射的集合名 mongoose会自动将集合名变复数