Mongoose Schema Set max String length higher than 255 #9999
Answered
by
AbdelrahmanHafez
Sandbox-Freddy
asked this question in
Q&A
-
Hello everyone,
|
Beta Was this translation helpful? Give feedback.
Answered by
AbdelrahmanHafez
Mar 6, 2021
Replies: 1 comment 2 replies
-
try |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Sandbox-Freddy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try
postBody: { type: String, required: true, minLength: 255, maxLength: 1000 }