mongoose Schema
2020. 6. 17.
https://mongoosejs.com/docs/guide.html Mongoose v5.9.19: Schemas Schemas If you haven't yet done so, please take a minute to read the quickstart to get an idea of how Mongoose works. If you are migrating from 4.x to 5.x please take a moment to read the migration guide. Everything in Mongoose starts with a Schema. Each s mongoosejs.com mongoose의 schema구성하는 방법입니다. var mongoose = require('mongoose'..