increments('id'); $table->text('connection'); $table->text('queue'); $table->text('payload'); $table->timestamp('failed_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('failed_jobs'); } }