Boolean
Sqlite does not support natively the BOOLEAN data type.
It recommends to save it as an integer 0 (false) and 1 (true). See Sqlite boolean documentation
Tabulify supports it and extends the boolean system. It recognize also natively a list of string and number as BOOLEAN (case indépendant: Y or y means y). More Tabulify - Boolean Data Type