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.
2 parents 0379d97 + ec2d3fa commit eb17c7bCopy full SHA for eb17c7b
database/migrations/audits.stub
@@ -23,7 +23,7 @@ class CreateAuditsTable extends Migration
23
$table->text('new_values')->nullable();
24
$table->text('url')->nullable();
25
$table->ipAddress('ip_address')->nullable();
26
- $table->string('user_agent')->nullable();
+ $table->string('user_agent', 1023)->nullable();
27
$table->string('tags')->nullable();
28
$table->timestamps();
29
0 commit comments