We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When using DataType.BINARY: sa.LargeBinary(), it gets mapped to SQL's BLOB.
DataType.BINARY: sa.LargeBinary()
BLOB
CREATE TABLE tester.all_types ( "binary" BLOB )
Exception calling application: (crate.client.exceptions.ProgrammingError) SQLParseException[Cannot find data type: blob]