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 2bc1802 commit 2eef351Copy full SHA for 2eef351
src/Illuminate/Session/Console/stubs/database.stub
@@ -18,7 +18,7 @@ return new class extends Migration
18
$table->foreignId('user_id')->nullable()->index();
19
$table->string('ip_address', 45)->nullable();
20
$table->text('user_agent')->nullable();
21
- $table->text('payload');
+ $table->longText('payload');
22
$table->integer('last_activity')->index();
23
});
24
}
0 commit comments