Jak indeksować kolumnę w Laravel
$table->index(['account_id', 'created_at']);
Mysterious Moth
$table->index(['account_id', 'created_at']);