StackFlow
Laravel - Migrations - Column Method Jsonb
The
jsonb
method creates a
JSONB
equivalent column:
$table->jsonb('options');
Please enable JavaScript to view the
comments powered by Disqus.