/var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Queue/Console/stubs
Edit: /var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Queue/Console/stubs/failed_jobs.stub (824B)
id();
$table->string('uuid')->unique();
$table->text('connection');
$table->text('queue');
$table->longText('payload');
$table->longText('exception');
$table->timestamp('failed_at')->useCurrent();
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::dropIfExists('{{table}}');
}
}