Hi,
What is the difference between "exist" and "unique" validators?
James.
Hi,
What is the difference between "exist" and "unique" validators?
James.
for example if you want to register a new user in your database, use unique to check if there is no any user with same email
the exists validator checks if the input value can be found in a table column
unique
exists