create table sample( sample_id int not null auto_incrment primary key, session_id char(45) not null, item_num int, next2field int, .. blab blab );