@Entity() export class Participant extends BaseEntity { @PrimaryColumn() tournamentId!: string; @PrimaryColumn() discordId!: string; // som