The current database schema wrongly assumes that a player of a given name (primary key) will only ever belong to a single ladder. This should be fixed either by introducing an integer primary or by making the primary key use both player and ladder name.
The current database schema wrongly assumes that a player of a given name (primary key) will only ever belong to a single ladder. This should be fixed either by introducing an integer primary or by making the primary key use both player and ladder name.