diff --git a/database/migrations/2022_09_14_214642_drop_transcations_table.php b/database/migrations/2022_09_14_214642_drop_transcations_table.php index afbdf20..1e4aa7f 100644 --- a/database/migrations/2022_09_14_214642_drop_transcations_table.php +++ b/database/migrations/2022_09_14_214642_drop_transcations_table.php @@ -14,7 +14,7 @@ public function up() { // - Schema::dropDatabaseIfExists('transcations'); + Schema::dropIfExists('transcations'); } // /**