create or replace table spawns ( id int auto_increment primary key, serverName varchar(100) null, location varchar(100) null ) charset=latin1;