Is mysql field type varbinary available? #48490
Answered
by
shaedrich
sunny-kevin
asked this question in
Q&A
-
hello, I wanna use mysql field type |
Beta Was this translation helpful? Give feedback.
Answered by
shaedrich
Sep 21, 2023
Replies: 1 comment 2 replies
-
This seems to be only available for MS SQL: framework/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php Lines 806 to 809 in ef76b3a 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) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sunny-kevin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to be only available for MS SQL:
framework/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php
Lines 806 to 809 in ef76b3a
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)