diff --git a/database/migrations/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php index 444fafb..750bc49 100644 --- a/database/migrations/2014_10_12_000000_create_users_table.php +++ b/database/migrations/2014_10_12_000000_create_users_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('users', function (Blueprint $table) { @@ -22,9 +19,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('users'); diff --git a/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php b/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php index 81a7229..3fa9275 100644 --- a/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php +++ b/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('password_reset_tokens', function (Blueprint $table) { @@ -18,9 +15,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('password_reset_tokens'); diff --git a/database/migrations/2019_08_19_000000_create_failed_jobs_table.php b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php index 249da81..85264d8 100644 --- a/database/migrations/2019_08_19_000000_create_failed_jobs_table.php +++ b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('failed_jobs', function (Blueprint $table) { @@ -22,9 +19,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('failed_jobs'); diff --git a/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php index e828ad8..b30c323 100644 --- a/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php +++ b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('personal_access_tokens', function (Blueprint $table) { @@ -23,9 +20,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('personal_access_tokens'); diff --git a/database/migrations/2024_01_18_082250_create_admissions_table.php b/database/migrations/2024_01_18_082250_create_admissions_table.php index c147a43..bf39cc3 100644 --- a/database/migrations/2024_01_18_082250_create_admissions_table.php +++ b/database/migrations/2024_01_18_082250_create_admissions_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('admissions', function (Blueprint $table) { @@ -21,9 +18,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('admissions'); diff --git a/database/migrations/2024_01_22_074748_create_documents_table.php b/database/migrations/2024_01_22_074748_create_documents_table.php index a5266e8..dd1421b 100644 --- a/database/migrations/2024_01_22_074748_create_documents_table.php +++ b/database/migrations/2024_01_22_074748_create_documents_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('documents', function (Blueprint $table) { @@ -23,9 +20,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('documents'); diff --git a/database/migrations/2024_02_06_062744_create_educational_institutions_table.php b/database/migrations/2024_02_06_062744_create_educational_institutions_table.php index 320964f..a34ef5f 100644 --- a/database/migrations/2024_02_06_062744_create_educational_institutions_table.php +++ b/database/migrations/2024_02_06_062744_create_educational_institutions_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('educational_institutions', function (Blueprint $table) { @@ -21,9 +18,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('educational_institutions'); diff --git a/database/migrations/2024_02_07_073254_create_faculties_table.php b/database/migrations/2024_02_07_073254_create_faculties_table.php index b6df172..557e23d 100644 --- a/database/migrations/2024_02_07_073254_create_faculties_table.php +++ b/database/migrations/2024_02_07_073254_create_faculties_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('faculties', function (Blueprint $table) { @@ -22,9 +19,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('faculties'); diff --git a/database/migrations/2024_02_09_114154_create_education_levels_table.php b/database/migrations/2024_02_09_114154_create_education_levels_table.php index e02d950..708753d 100644 --- a/database/migrations/2024_02_09_114154_create_education_levels_table.php +++ b/database/migrations/2024_02_09_114154_create_education_levels_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('education_levels', function (Blueprint $table) { @@ -20,9 +17,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('education_levels'); diff --git a/database/migrations/2024_02_09_114155_create_directions_table.php b/database/migrations/2024_02_09_114155_create_directions_table.php index eb64ed6..3a7c9cd 100644 --- a/database/migrations/2024_02_09_114155_create_directions_table.php +++ b/database/migrations/2024_02_09_114155_create_directions_table.php @@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema; return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::create('directions', function (Blueprint $table) { @@ -24,9 +21,6 @@ return new class extends Migration }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::dropIfExists('directions');