Laravel Migration Add DateTime Coluna com padrão

$table->timestamp('column_name')->useCurrent();
Snippets