create table s_furl(furl_id int not null primary key auto_increment,url varchar(255) not null,page_id varchar(16) not null)