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