create or replace table playeruniquelogins ( id int auto_increment primary key, playerInfoId int not null, day text not null ) charset=latin1;