diff --git a/database/migrations/2022_08_31_202106_create_results_table.php b/database/migrations/2022_08_31_202106_create_results_table.php index 682125f34..4b8429117 100644 --- a/database/migrations/2022_08_31_202106_create_results_table.php +++ b/database/migrations/2022_08_31_202106_create_results_table.php @@ -32,6 +32,6 @@ public function up(): void */ public function down(): void { - // + Schema::dropIfExists('results'); } };