-- Add migration script here CREATE TABLE FuzzyHashes( id SERIAL NOT NULL PRIMARY KEY, hash BIGINT NOT NULL, post_id CHAR(25) NOT NULL )