StackFlow
Laravel - Migrations - Column Method Binary
The
binary
method creates a
BLOB
equivalent column:
$table->binary('photo');
Please enable JavaScript to view the
comments powered by Disqus.