DROP TABLE IF EXISTS upload; CREATE TABLE IF NOT EXISTS upload( hash text PRIMARY KEY, content BLOB, qr text, created timestamp );