OMEGA\ericyh.huang 1 year ago
parent
commit
b81beedfa6

+ 1
- 1
src/be/database/migrations/2023_09_27_035029_create_survey_have_tags_table.php View File

@@ -24,6 +24,6 @@ return new class extends Migration
24 24
      */
25 25
     public function down(): void
26 26
     {
27
-        Schema::dropIfExists('surveys');
27
+        Schema::dropIfExists('survey_have_tags');
28 28
     }
29 29
 };

+ 1
- 1
src/be/database/migrations/2023_09_27_035205_create_tag_categories_table.php View File

@@ -23,6 +23,6 @@ return new class extends Migration
23 23
      */
24 24
     public function down(): void
25 25
     {
26
-        Schema::dropIfExists('tags');
26
+        Schema::dropIfExists('tag_categories');
27 27
     }
28 28
 };