create table s_textfile_list(textfile_list_id int not null primary key auto_increment,textfile_id int not null references s_textfile(textfile_id),page_id int not null references s_page(page_id))