create table s_image_list(image_list_id int not null primary key auto_increment,image_id int not null references s_image(image_id),page_id int not null references s_page(page_id))