CREATE TABLE "files" (
	"location" character(100),
	"md5" character(32),
	"lcl" bool,
	"site" character(16),
	"descr" text
);
