Problem
When using DataType.BINARY: sa.LargeBinary(), it gets mapped to SQL's BLOB.
CREATE TABLE tester.all_types (
"binary" BLOB
)
Exception calling application: (crate.client.exceptions.ProgrammingError) SQLParseException[Cannot find data type: blob]