gpt4 book ai didi

node.js - 如何使用mongoose为Schema设置唯一属性?

转载 作者:太空宇宙 更新时间:2023-11-03 22:59:17 25 4
gpt4 key购买 nike

我在NodeJS中使用Mongoose来操作MongoDB数据库。我遇到的一个问题是,当我定义架构时,我想将该架构中的一个字段设置为唯一。我按照the instructions of the official document设置字段,但没有成功。有人知道,定义Schema时,如何定义一个字段值是唯一的呢?我使用的Mongoose版本是V5.2.13。

最佳答案

你只需添加unique: true例如:

const mySchema = new Schema({
test: {
type: String,
unique: true
}
});

关于node.js - 如何使用mongoose为Schema设置唯一属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52277774/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com