Boolean

Boolean fields allow you to represent binary or logical values. Boolean fields store two possible states: true or false, yes or no, on or off, 1 or 0.

The boolean data type is commonly used for fields that require simple binary choices or conditional flags.

➡️ Examples of boolean fields in a database might include simple flags, checkboxes, or binary switches.

Last updated