Skip to content

CaseSensitiveUniqueValidationChecker

Evgeniy Demin edited this page Dec 5, 2022 · 1 revision

The checker ensures that every unique validation on case-insensitive types (such as citext in PostgreSQL) doesn't have case_sensitive: false option.

This is needed to avoid the redundant LOWER() function on the query and index.