CREATE TABLE IF NOT EXISTS  forms_websites (
	hostname VARCHAR(2500) NOT NULL UNIQUE,
	ID SERIAL PRIMARY KEY NOT NULL
)