dropColumn('deleted_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('subscribers', function (Blueprint $table) { $table->softDeletes(); }); } }