We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb17c7b commit 1491ca3Copy full SHA for 1491ca3
database/migrations/audits.stub
@@ -26,7 +26,7 @@ class CreateAuditsTable extends Migration
26
$table->string('user_agent', 1023)->nullable();
27
$table->string('tags')->nullable();
28
$table->timestamps();
29
-
+
30
$table->index(['user_id', 'user_type']);
31
});
32
}
0 commit comments