SQL12: Booleans
- We should check for changes to kohastructure.sql that introduce BOOLEAN and warn that TINYINT(1) should be used.
- We should spot new cases of TINYINT(1) and warn the QAer that they should check for a corresponding
is_boolean => 1
flag in the dbic class if appropriate.