create or replace table playerinfo ( id int auto_increment primary key, uuid varchar(256) not null, name text not null, version text not null ) charset=latin1;