Adds a BOOLEAN column.
BOOLEAN
ColumnDefinition boolean(String name) { return _addColumn(name, 'BOOLEAN'); }