update defaults

This commit is contained in:
Taylor Otwell
2020-08-19 09:32:50 -05:00
parent 57cc899099
commit d6eda444a7
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ class CreateFailedJobsTable extends Migration
{
Schema::create('failed_jobs', function (Blueprint $table) {
$table->id();
$table->string('uuid')->unique();
$table->text('connection');
$table->text('queue');
$table->longText('payload');