From 2b5ad0bc164ade468fee93c22944d03dbd39bfb2 Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Sat, 20 Jul 2024 15:52:47 +0000 Subject: [PATCH] Upgrade composer and npm --- ...4_05_13_091524_add_team_to_addrs_table.php | 27 ------------------ ...4_05_13_091950_add_team_to_chans_table.php | 27 ------------------ ..._05_14_080621_add_team_to_people_table.php | 28 ------------------- ...080300_add_team_to_person_events_table.php | 27 ------------------ ...16_080431_add_team_to_person_lds_table.php | 27 ------------------ ...545_add_team_to_person_name_fone_table.php | 27 ------------------ ...6_080622_add_team_to_person_name_table.php | 27 ------------------ ...752_add_team_to_person_name_romn_table.php | 27 ------------------ ...6_080822_add_team_to_person_subm_table.php | 27 ------------------ ..._05_16_080842_add_team_to_places_table.php | 27 ------------------ ..._081038_add_team_to_publications_table.php | 27 ------------------ ...24_05_16_081111_add_team_to_refn_table.php | 27 ------------------ ...136_add_team_to_source_data_even_table.php | 27 ------------------ ...6_081203_add_team_to_source_data_table.php | 27 ------------------ ...81233_add_team_to_sourceref_even_table.php | 27 ------------------ ...16_081257_add_team_to_source_ref_table.php | 27 ------------------ ...6_081327_add_team_to_source_repo_table.php | 27 ------------------ ...4_05_16_081450_add_team_to_subms_table.php | 27 ------------------ ...4_05_16_081523_add_team_to_subns_table.php | 27 ------------------ ...4_05_16_081619_add_team_to_types_table.php | 27 ------------------ ...6_081701_add_team_to_person_alia_table.php | 27 ------------------ ...6_081725_add_team_to_person_anci_table.php | 27 ------------------ ...6_081746_add_team_to_person_asso_table.php | 27 ------------------ ...05_16_081819_add_team_to_authors_table.php | 27 ------------------ ..._16_081839_add_team_to_citations_table.php | 27 ------------------ ..._081902_add_team_to_repositories_table.php | 27 ------------------ ...05_16_081925_add_team_to_sources_table.php | 27 ------------------ ...082000_add_team_to_family_events_table.php | 27 ------------------ ...5_16_082019_add_team_to_families_table.php | 27 ------------------ ...6_082040_add_team_to_family_slgs_table.php | 27 ------------------ ...4_05_16_082059_add_team_to_notes_table.php | 27 ------------------ ...082125_add_team_to_media_objects_table.php | 27 ------------------ ...24_05_16_134546_add_team_to_dnas_table.php | 27 ------------------ 33 files changed, 892 deletions(-) delete mode 100644 database/migrations/2024_05_13_091524_add_team_to_addrs_table.php delete mode 100644 database/migrations/2024_05_13_091950_add_team_to_chans_table.php delete mode 100644 database/migrations/2024_05_14_080621_add_team_to_people_table.php delete mode 100644 database/migrations/2024_05_16_080300_add_team_to_person_events_table.php delete mode 100644 database/migrations/2024_05_16_080431_add_team_to_person_lds_table.php delete mode 100644 database/migrations/2024_05_16_080545_add_team_to_person_name_fone_table.php delete mode 100644 database/migrations/2024_05_16_080622_add_team_to_person_name_table.php delete mode 100644 database/migrations/2024_05_16_080752_add_team_to_person_name_romn_table.php delete mode 100644 database/migrations/2024_05_16_080822_add_team_to_person_subm_table.php delete mode 100644 database/migrations/2024_05_16_080842_add_team_to_places_table.php delete mode 100644 database/migrations/2024_05_16_081038_add_team_to_publications_table.php delete mode 100644 database/migrations/2024_05_16_081111_add_team_to_refn_table.php delete mode 100644 database/migrations/2024_05_16_081136_add_team_to_source_data_even_table.php delete mode 100644 database/migrations/2024_05_16_081203_add_team_to_source_data_table.php delete mode 100644 database/migrations/2024_05_16_081233_add_team_to_sourceref_even_table.php delete mode 100644 database/migrations/2024_05_16_081257_add_team_to_source_ref_table.php delete mode 100644 database/migrations/2024_05_16_081327_add_team_to_source_repo_table.php delete mode 100644 database/migrations/2024_05_16_081450_add_team_to_subms_table.php delete mode 100644 database/migrations/2024_05_16_081523_add_team_to_subns_table.php delete mode 100644 database/migrations/2024_05_16_081619_add_team_to_types_table.php delete mode 100644 database/migrations/2024_05_16_081701_add_team_to_person_alia_table.php delete mode 100644 database/migrations/2024_05_16_081725_add_team_to_person_anci_table.php delete mode 100644 database/migrations/2024_05_16_081746_add_team_to_person_asso_table.php delete mode 100644 database/migrations/2024_05_16_081819_add_team_to_authors_table.php delete mode 100644 database/migrations/2024_05_16_081839_add_team_to_citations_table.php delete mode 100644 database/migrations/2024_05_16_081902_add_team_to_repositories_table.php delete mode 100644 database/migrations/2024_05_16_081925_add_team_to_sources_table.php delete mode 100644 database/migrations/2024_05_16_082000_add_team_to_family_events_table.php delete mode 100644 database/migrations/2024_05_16_082019_add_team_to_families_table.php delete mode 100644 database/migrations/2024_05_16_082040_add_team_to_family_slgs_table.php delete mode 100644 database/migrations/2024_05_16_082059_add_team_to_notes_table.php delete mode 100644 database/migrations/2024_05_16_082125_add_team_to_media_objects_table.php delete mode 100644 database/migrations/2024_05_16_134546_add_team_to_dnas_table.php diff --git a/database/migrations/2024_05_13_091524_add_team_to_addrs_table.php b/database/migrations/2024_05_13_091524_add_team_to_addrs_table.php deleted file mode 100644 index dc1f3473..00000000 --- a/database/migrations/2024_05_13_091524_add_team_to_addrs_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('addrs', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_13_091950_add_team_to_chans_table.php b/database/migrations/2024_05_13_091950_add_team_to_chans_table.php deleted file mode 100644 index faf79742..00000000 --- a/database/migrations/2024_05_13_091950_add_team_to_chans_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('chans', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_14_080621_add_team_to_people_table.php b/database/migrations/2024_05_14_080621_add_team_to_people_table.php deleted file mode 100644 index 9691504d..00000000 --- a/database/migrations/2024_05_14_080621_add_team_to_people_table.php +++ /dev/null @@ -1,28 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('people', function (Blueprint $table) { - $table->dropForeign(['team_id']); - $table->dropColumn('team_id'); - }); - } -}; diff --git a/database/migrations/2024_05_16_080300_add_team_to_person_events_table.php b/database/migrations/2024_05_16_080300_add_team_to_person_events_table.php deleted file mode 100644 index c2ff0213..00000000 --- a/database/migrations/2024_05_16_080300_add_team_to_person_events_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('person_events', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_080431_add_team_to_person_lds_table.php b/database/migrations/2024_05_16_080431_add_team_to_person_lds_table.php deleted file mode 100644 index 42703315..00000000 --- a/database/migrations/2024_05_16_080431_add_team_to_person_lds_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('person_lds', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_080545_add_team_to_person_name_fone_table.php b/database/migrations/2024_05_16_080545_add_team_to_person_name_fone_table.php deleted file mode 100644 index eadf3bbd..00000000 --- a/database/migrations/2024_05_16_080545_add_team_to_person_name_fone_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('person_name_fone', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_080622_add_team_to_person_name_table.php b/database/migrations/2024_05_16_080622_add_team_to_person_name_table.php deleted file mode 100644 index d1cca45f..00000000 --- a/database/migrations/2024_05_16_080622_add_team_to_person_name_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('person_name', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_080752_add_team_to_person_name_romn_table.php b/database/migrations/2024_05_16_080752_add_team_to_person_name_romn_table.php deleted file mode 100644 index b64e4207..00000000 --- a/database/migrations/2024_05_16_080752_add_team_to_person_name_romn_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('person_name_romn', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_080822_add_team_to_person_subm_table.php b/database/migrations/2024_05_16_080822_add_team_to_person_subm_table.php deleted file mode 100644 index be29af7a..00000000 --- a/database/migrations/2024_05_16_080822_add_team_to_person_subm_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('person_subm', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_080842_add_team_to_places_table.php b/database/migrations/2024_05_16_080842_add_team_to_places_table.php deleted file mode 100644 index 34b8293a..00000000 --- a/database/migrations/2024_05_16_080842_add_team_to_places_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('places', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081038_add_team_to_publications_table.php b/database/migrations/2024_05_16_081038_add_team_to_publications_table.php deleted file mode 100644 index cdc6c776..00000000 --- a/database/migrations/2024_05_16_081038_add_team_to_publications_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('publications', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081111_add_team_to_refn_table.php b/database/migrations/2024_05_16_081111_add_team_to_refn_table.php deleted file mode 100644 index 895d55c1..00000000 --- a/database/migrations/2024_05_16_081111_add_team_to_refn_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('refn', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081136_add_team_to_source_data_even_table.php b/database/migrations/2024_05_16_081136_add_team_to_source_data_even_table.php deleted file mode 100644 index 32a06bd2..00000000 --- a/database/migrations/2024_05_16_081136_add_team_to_source_data_even_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('source_data_even', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081203_add_team_to_source_data_table.php b/database/migrations/2024_05_16_081203_add_team_to_source_data_table.php deleted file mode 100644 index cf27d7c1..00000000 --- a/database/migrations/2024_05_16_081203_add_team_to_source_data_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('source_data', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081233_add_team_to_sourceref_even_table.php b/database/migrations/2024_05_16_081233_add_team_to_sourceref_even_table.php deleted file mode 100644 index f698e81d..00000000 --- a/database/migrations/2024_05_16_081233_add_team_to_sourceref_even_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('sourceref_even', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081257_add_team_to_source_ref_table.php b/database/migrations/2024_05_16_081257_add_team_to_source_ref_table.php deleted file mode 100644 index f98d9b58..00000000 --- a/database/migrations/2024_05_16_081257_add_team_to_source_ref_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('source_ref', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081327_add_team_to_source_repo_table.php b/database/migrations/2024_05_16_081327_add_team_to_source_repo_table.php deleted file mode 100644 index db7371a3..00000000 --- a/database/migrations/2024_05_16_081327_add_team_to_source_repo_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('source_repo', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081450_add_team_to_subms_table.php b/database/migrations/2024_05_16_081450_add_team_to_subms_table.php deleted file mode 100644 index be88ee20..00000000 --- a/database/migrations/2024_05_16_081450_add_team_to_subms_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('subms', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081523_add_team_to_subns_table.php b/database/migrations/2024_05_16_081523_add_team_to_subns_table.php deleted file mode 100644 index 091ec5cf..00000000 --- a/database/migrations/2024_05_16_081523_add_team_to_subns_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('subns', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081619_add_team_to_types_table.php b/database/migrations/2024_05_16_081619_add_team_to_types_table.php deleted file mode 100644 index 4bb14b2d..00000000 --- a/database/migrations/2024_05_16_081619_add_team_to_types_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('types', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081701_add_team_to_person_alia_table.php b/database/migrations/2024_05_16_081701_add_team_to_person_alia_table.php deleted file mode 100644 index 13925559..00000000 --- a/database/migrations/2024_05_16_081701_add_team_to_person_alia_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('person_alia', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081725_add_team_to_person_anci_table.php b/database/migrations/2024_05_16_081725_add_team_to_person_anci_table.php deleted file mode 100644 index db627262..00000000 --- a/database/migrations/2024_05_16_081725_add_team_to_person_anci_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('person_anci', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081746_add_team_to_person_asso_table.php b/database/migrations/2024_05_16_081746_add_team_to_person_asso_table.php deleted file mode 100644 index e1b383a6..00000000 --- a/database/migrations/2024_05_16_081746_add_team_to_person_asso_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('person_asso', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081819_add_team_to_authors_table.php b/database/migrations/2024_05_16_081819_add_team_to_authors_table.php deleted file mode 100644 index be13d541..00000000 --- a/database/migrations/2024_05_16_081819_add_team_to_authors_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('authors', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081839_add_team_to_citations_table.php b/database/migrations/2024_05_16_081839_add_team_to_citations_table.php deleted file mode 100644 index ca108ac2..00000000 --- a/database/migrations/2024_05_16_081839_add_team_to_citations_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('citations', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081902_add_team_to_repositories_table.php b/database/migrations/2024_05_16_081902_add_team_to_repositories_table.php deleted file mode 100644 index 4ec2a218..00000000 --- a/database/migrations/2024_05_16_081902_add_team_to_repositories_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('repositories', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_081925_add_team_to_sources_table.php b/database/migrations/2024_05_16_081925_add_team_to_sources_table.php deleted file mode 100644 index f115b5db..00000000 --- a/database/migrations/2024_05_16_081925_add_team_to_sources_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('sources', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_082000_add_team_to_family_events_table.php b/database/migrations/2024_05_16_082000_add_team_to_family_events_table.php deleted file mode 100644 index 23cc8506..00000000 --- a/database/migrations/2024_05_16_082000_add_team_to_family_events_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('family_events', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_082019_add_team_to_families_table.php b/database/migrations/2024_05_16_082019_add_team_to_families_table.php deleted file mode 100644 index 7f207e89..00000000 --- a/database/migrations/2024_05_16_082019_add_team_to_families_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('families', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_082040_add_team_to_family_slgs_table.php b/database/migrations/2024_05_16_082040_add_team_to_family_slgs_table.php deleted file mode 100644 index 9677a43b..00000000 --- a/database/migrations/2024_05_16_082040_add_team_to_family_slgs_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('family_slgs', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_082059_add_team_to_notes_table.php b/database/migrations/2024_05_16_082059_add_team_to_notes_table.php deleted file mode 100644 index d595b5c0..00000000 --- a/database/migrations/2024_05_16_082059_add_team_to_notes_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('notes', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_082125_add_team_to_media_objects_table.php b/database/migrations/2024_05_16_082125_add_team_to_media_objects_table.php deleted file mode 100644 index fef6a60c..00000000 --- a/database/migrations/2024_05_16_082125_add_team_to_media_objects_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('media_objects', function (Blueprint $table) { - // - }); - } -}; diff --git a/database/migrations/2024_05_16_134546_add_team_to_dnas_table.php b/database/migrations/2024_05_16_134546_add_team_to_dnas_table.php deleted file mode 100644 index 02be945e..00000000 --- a/database/migrations/2024_05_16_134546_add_team_to_dnas_table.php +++ /dev/null @@ -1,27 +0,0 @@ -foreignId('team_id')->nullable()->constrained()->onDelete('cascade'); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::table('dnas', function (Blueprint $table) { - // - }); - } -};