DROP TABLE header; CREATE TABLE header ( hash CHAR(40) REFERENCES original (hash), name TEXT, value TEXT ); CREATE INDEX ON header (hash);