unsignedBigInteger('project_id')->nullable()->after('id'); }); } public function down(): void { Schema::table('servers', function (Blueprint $table) { $table->dropColumn('project_id'); }); } };