Skip to content

Commit eb17c7b

Browse files
Merge pull request #517 from wuwx/patch-1
Update audits.stub
2 parents 0379d97 + ec2d3fa commit eb17c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/audits.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CreateAuditsTable extends Migration
2323
$table->text('new_values')->nullable();
2424
$table->text('url')->nullable();
2525
$table->ipAddress('ip_address')->nullable();
26-
$table->string('user_agent')->nullable();
26+
$table->string('user_agent', 1023)->nullable();
2727
$table->string('tags')->nullable();
2828
$table->timestamps();
2929

0 commit comments

Comments
 (0)