-- Up CREATE TABLE Translation ( translation TEXT, file_hash TEXT, timeat TEXT ); -- Down DROP TABLE Translation;