SQLite format 3 @ .c � �O � �%� � �[p#� Z %%ytablesqlite_stat4sqlite_stat4CREATE TABLE sqlite_stat4(tbl,idx,neq,nlt,ndlt,sample)K%%[tablesqlite_stat1sqlite_stat1 CREATE TABLE sqlite_stat1(tbl,idx,stat)�%%�mtablemime_versionmime_versionCREATE TABLE mime_version(id INTEGER NOT NULL PRIMARY KEY CHECK (id = 1),version INTEGER NOT NULL) WITHOUT ROWIDQ +oindexmimes_timestampmimesCREATE INDEX mimes_timestamp ON mimes (timestamp)�5 �Itablemimesmimes CREATE TABLE mimes(disk,handle_type INTEGER NOT NULL,handle BLOB NOT NULL,mtime_sec INTEGER NOT NULL,mtime_nsec INTEGER NOT NULL,ctime_sec INTEGER NOT NULL,ctime_nsec INTEGER NOT NULL,mime INTEGER NOT NULL,timestamp INTEGER NOT NULL,PRIMARY KEY(disk, handle_type, handle)) WITHOUT ROWIDQ+oindexstats_timestampstats CREATE INDEX stats_timestamp ON stats (timestamp)�]�tablestatsstatsCREATE TABLE stats(disk,handle_type INTEGER NOT NULL,handle BLOB NOT NULL,mtime_sec INTEGER NOT NULL,mtime_nsec INTEGER NOT NULL,ctime_sec INTEGER NOT NULL,ctime_nsec INTEGER NOT NULL,first_scan_time INTEGER NOT NULL,last_scan_time INTEGER NOT NULL,scan_count INTEGER NOT NULL,last_verdict_ttl INTEGER NOT NULL,last_verdict INTEGER NOT NULL,last_scan_depth INTEGER NOT NULL,timestamp INTEGER NOT NULL,PRIMARY KEY(disk, handle_type, handle)) WITHOUT ROWID]1{indexverdicts_timestampverdictsCREATE INDEX verdicts_timestamp ON verdicts (timestamp)�}�MtableverdictsverdictsCREATE TABLE verdicts(disk,handle_type INTEGER NOT NULL,handle BLOB NOT NULL,engine INTEGER NOT NULL,mtime_sec INTEGER NOT NULL,mtime_nsec INTEGER NOT NULL,ctime_sec INTEGER NOT NULL,ctime_nsec INTEGER NOT NULL,verdict INTEGER NOT NULL,timestamp INTEGER NOT NULL,scan_depth INTEGER NOT NULL,PRIMARY KEY(disk, handle_type, handle, engine)) WITHOUT ROWIDQ+oindexfinal_timestampfinalCREATE INDEX final_timestamp ON final (timestamp)�T�tablefinalfinalCREATE TABLE final(disk,handle_type INTEGER NOT NULL,handle BLOB NOT NULL,mtime_sec INTEGER NOT NULL,mtime_nsec INTEGER NOT NULL,ctime_sec INTEGER NOT NULL,ctime_nsec INTEGER NOT NULL,verdict INTEGER NOT NULL,timestamp INTEGER NOT NULL,scan_depth INTEGER NOT NULL,PRIMARY KEY(disk, handle_type, handle)) WITHOUT ROWIDK#kindexunique_diskdisksCREATE UNIQUE INDEX unique_disk ON disks(value)b�#tabledisksdisksCREATE TABLE disks(id INTEGER NOT NULL,value BLOB NOT NULL,PRIMARY KEY(id)) � � � � %%mime_versionmime_version1 1