Sounds like a basic question but I couldn't seem to find it.
Is there a way to define in SQLite
a column which will be a single bit
?
SQLite does not have a separate Boolean storage class. Instead, Boolean values are stored as integers 0 (false) and 1 (true).
Source
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With