StackFlow
Laravel - Migrations - Column Method Text
The
text
method creates a
TEXT
equivalent column:
$table->text('description');
Please enable JavaScript to view the
comments powered by Disqus.