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