diff --git a/database/migrations/2019_12_28_165307_add_softDelete_to_vehicles_table.php b/database/migrations/2019_12_28_165307_add_softDelete_to_vehicles_table.php deleted file mode 100644 index 63837d4..0000000 --- a/database/migrations/2019_12_28_165307_add_softDelete_to_vehicles_table.php +++ /dev/null @@ -1,33 +0,0 @@ -softDeletes(); - }); - } - - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::table('vehicles', function (Blueprint $table) { - // - }); - } -}