my_table contains the enabled field which is defined as: enabled BIT NOT NULL DEFAULT 0.
my_table
enabled
enabled BIT NOT NULL DEFAULT 0
This table has multiple rows with
Bit values are returned as binary values. To display them in printable form, add 0 or use a conversion function such as BIN().
https://dev.mysql.com/doc/refman/5.7/en/bit-field-literals.html