Skip to content

Commit 5534441

Browse files
authored
Update 2022_08_31_202106_create_results_table.php (alexjustesen#1327)
1 parent 93c86b2 commit 5534441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2022_08_31_202106_create_results_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ public function up(): void
3232
*/
3333
public function down(): void
3434
{
35-
//
35+
Schema::dropIfExists('results');
3636
}
3737
};

0 commit comments

Comments
 (0)