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