create table s_link_list(link_list_id int not null primary key auto_increment,page_id int not null references s_page(page_id),dir_id int not null references s_dir(dir_id))