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