CREATE TABLE usr_campaign_participation ( uuid uuid DEFAULT uuid_generate_v4() NOT NULL, created timestamp with time zone DEFAULT now() NOT NULL, usr integer, campaign integer );