StackFlow
Laravel - Migrations - Column Method Date
The
date
method creates a
DATE
equivalent column:
$table->date('created_at');
Please enable JavaScript to view the
comments powered by Disqus.