Schema定义documents,Schema的字段类型
Schema 之所以能够定义documents, 是因为他可以限制你输入的字段及其类型. mongoose支持的基本类型有:
String
Number
Date
Buffer
Boolean
Mixed
ObjectId
Array
其中, Mixed和ObjectId是mongoose中特有的,ObjectId实际上就是_id的一个映射.
同样,mongoose里面有着和所有大众数据库一样的东...
原创
2020-01-17 11:09:22 ·
492 阅读 ·
0 评论