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.
2 parents 259a1e0 + 1491ca3 commit 7b2c51aCopy full SHA for 7b2c51a
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