Mongoose版本> = 4.0有一个timestamps选项,当设置为时,它为模式创建一个updatedAt和createdAt字段.timestampstrue
updatedAt
createdAt
timestamps
true
http://mongoosejs.com/docs/guide.html#timestamps
是updatedAt和createdAt字段索引?
mongoose mongoose-schema
mongoose ×1
mongoose-schema ×1