Im wondering how I would create a place to put a boolean?

(true or false) value

any help plz

    Another option is to use an ENUM type field with two enumeration values of your choice: 1 and 2, or "yes" and "no", or "TRUE" and "FALSE", etc.

      Write a Reply...