CREATE TABLE IF NOT EXISTS "featuredAdventures" ( "id" serial PRIMARY KEY NOT NULL, "name" text NOT NULL, "location" text );