update defaults
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user