Laravel Migration Tambahkan kolom datetime dengan default

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