create table files ( id integer primary key, path text unique, md5 integer); create table md5s ( id integer primary key, md5 text unique);