create table s_htmlfragment_list ( htmlfragment_list_id int not null primary key auto_increment, htmlfragment_id int not null references htmlfragment(htmlfragment_id), page_id int not null references page(page_id) )