Enforce unique hostname #10122
Answered
by
jeremystretch
domainzero
asked this question in
Q&A
-
Is there a way to enforce uniqueness via custom validator? I found the unique function being used for Is this feasible? |
Beta Was this translation helpful? Give feedback.
Answered by
jeremystretch
Aug 24, 2022
Replies: 1 comment 4 replies
-
Yes; you can write a custom validator class to enforce whatever logic you'd like. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
domainzero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes; you can write a custom validator class to enforce whatever logic you'd like.