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