Skip to content

Commit 35bf2f8

Browse files
committed
fix(migration): request headers added
1 parent a0802df commit 35bf2f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/migrations/create_api_logs_table.php.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class CreateApiLogsTable extends Migration
2020
$table->string('method');
2121
$table->ipAddress('ip');
2222
$table->json('request_data');
23+
$table->json('request_headers');
2324
$table->json('response_data');
2425
$table->foreignId('user_id')->constrained()->cascadeOnDelete()->cascadeOnUpdate();
2526
$table->timestamps();

0 commit comments

Comments
 (0)