Skip to content

ThreeStateBooleanChecker

Evgeniy Demin edited this page Apr 18, 2023 · 3 revisions

Avoid using three-state boolean columns, as they can lead to unexpected behavior, subtle bugs, and complications in your SQL queries.

This checker ensures that boolean columns have a NOT NULL constraint.

Resources:

Clone this wiki locally