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