create table s_image(image_id int not null primary key auto_increment,filename varchar(255) not null,htmlpath varchar(255) not null,image_title varchar(255) not null,mime_type varchar(255),caption_file varchar(255),key title(image_title))