Laravel -Migration Fügen Sie die Spalte für die DateTime mit Standard hinzu

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