CREATE TABLE starboard_mappings (
	   original_id NUMERIC NOT NULL UNIQUE PRIMARY KEY,
	   repost_id NUMERIC UNIQUE
);