cara mengindeks kolom di laravel
$table->index(['account_id', 'created_at']);
Mysterious Moth
$table->index(['account_id', 'created_at']);