Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
karir.star4hire.com
/
database
/
migrations
✏️
Editing: 2023_03_18_042321_migrate_ver_2_4_0.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { // Schema::table('bc_plans', function (Blueprint $table) { if(!Schema::hasColumn('bc_plans', 'annual_max_service')) { $table->bigInteger('annual_max_service')->nullable(); } }); } /** * Reverse the migrations. */ public function down(): void { // } };
💾 Save Changes
❌ Cancel