create or replace table tournamentlb ( `rank` int unsigned not null, accountId int unsigned not null, value int unsigned not null, primary key (`rank`, accountId) ) charset=latin1;