create or replace table stats ( id int auto_increment, name varchar(100) not null, primary key (id, name) ) charset=latin1;