summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--database/migrations/0000_00_00_000000_create_access_log_table.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/database/migrations/0000_00_00_000000_create_access_log_table.php b/database/migrations/0000_00_00_000000_create_access_log_table.php
index 870f737..35836bd 100644
--- a/database/migrations/0000_00_00_000000_create_access_log_table.php
+++ b/database/migrations/0000_00_00_000000_create_access_log_table.php
@@ -27,7 +27,6 @@ return new class extends Migration
'TRACE',
]);
$table->string('path');
- $table->string('referer')->nullable();
$table->unsignedSmallInteger('status');
$table->jsonb('properties')->nullable();
$table->timestamp('created_at');