Skip to content
Discussion options

You must be logged in to vote

This seems to be only available for MS SQL:

protected function typeBinary(Fluent $column)
{
return 'varbinary(max)';
}

Taylor Otwell suggests doing this via a raw query: #3297 (comment)

There seems to be a workaround, however, I haven't tested it and it is somewhat old: #1606 (comment)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sunny-kevin
Comment options

@shaedrich
Comment options

Answer selected by sunny-kevin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants