I've problems using type boolean in SQLite. The error-message is:
Fatal error: Uncaught exception 'Doctrine\DBAL\DBALException' with message 'Unknown database type bool requested, Doctrine\DBAL\Platforms\SqlitePlatform may not support it.'
The error happens on connecting to SQLite database. The database-schema is just the default from here: https://doc.powerdns.com/md/authoritative/backend-generic-sqlite/
How can I solve this? I didn't find something on Google/Stackoverflow.