Created
April 7, 2023 08:06
-
-
Save SZharkov/5caad846db7bc91ba030061b80c855d9 to your computer and use it in GitHub Desktop.
Mongoose: make a combination of two fields unique
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| person.index({ firstName: 1, lastName: 1}, { unique: true }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment