OMEGA\ericyh.huang 1 anno fa
parent
commit
b81beedfa6

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

24
      */
24
      */
25
     public function down(): void
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 Vedi File

23
      */
23
      */
24
     public function down(): void
24
     public function down(): void
25
     {
25
     {
26
-        Schema::dropIfExists('tags');
26
+        Schema::dropIfExists('tag_categories');
27
     }
27
     }
28
 };
28
 };