Skip to content

feat(schema): add binary() column type to the schema builder - #327

Open
lmajano wants to merge 1 commit into
mainfrom
claude/schema-builder-binary-column-o1607j
Open

feat(schema): add binary() column type to the schema builder#327
lmajano wants to merge 1 commit into
mainfrom
claude/schema-builder-binary-column-o1607j

Conversation

@lmajano

@lmajano lmajano commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Adds a grammar-agnostic Blueprint.binary() method so BLOB/binary
columns no longer require a raw() expression. Maps to BLOB by
default, with BYTEA on Postgres and VARBINARY(MAX) on SQL Server.

Adds a grammar-agnostic Blueprint.binary() method so BLOB/binary
columns no longer require a raw() expression. Maps to BLOB by
default, with BYTEA on Postgres and VARBINARY(MAX) on SQL Server.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0132NWUQm9iZ3AALG4GDpTFh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants