integer('swarm_cluster')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('servers', function (Blueprint $table) { $table->dropColumn('swarm_cluster'); }); } };