Boolean value.
SQLite: BOOLEAN (stored as 0 or 1)
Example:
table.addData(TableData.BOOLEAN, "isActive")set("isActive", true)