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 0379d97 commit ec2d3faCopy full SHA for ec2d3fa
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