Skip to content

Commit 244ea7f

Browse files
committed
Make data longer
1 parent 9b75121 commit 244ea7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migrations/2014_12_01_120000_create_phpdebugbar_storage_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function up()
1414
{
1515
Schema::create('phpdebugbar', function (Blueprint $table) {
1616
$table->string('id');
17-
$table->text('data');
17+
$table->longText('data');
1818
$table->string('meta_utime');
1919
$table->dateTime('meta_datetime');
2020
$table->string('meta_uri');

0 commit comments

Comments
 (0)