Skip to content

Commit

Permalink
migration sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
Romaindk committed Sep 12, 2024
1 parent f2d6b6a commit 90f19b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function up(): void
$table->string('id')->primary();
$table->foreignId('user_id')->nullable()->index();
$table->string('ip_address', 45)->nullable();
$table->text('user_agent')->nullable();
$table->text('user_agent')->nullable()->index();
$table->longText('payload');
$table->integer('last_activity')->index();
});
Expand Down

0 comments on commit 90f19b2

Please sign in to comment.