DROP TABLE IF EXISTS code; CREATE TABLE IF NOT EXISTS code( hash text PRIMARY KEY, content text, svg text, created timestamp );