Cómo indexar la columna en Laravel
$table->index(['account_id', 'created_at']);
Mysterious Moth
$table->index(['account_id', 'created_at']);