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 a0802df commit 35bf2f8Copy full SHA for 35bf2f8
database/migrations/create_api_logs_table.php.stub
@@ -20,6 +20,7 @@ class CreateApiLogsTable extends Migration
20
$table->string('method');
21
$table->ipAddress('ip');
22
$table->json('request_data');
23
+ $table->json('request_headers');
24
$table->json('response_data');
25
$table->foreignId('user_id')->constrained()->cascadeOnDelete()->cascadeOnUpdate();
26
$table->timestamps();
0 commit comments