CREATE TABLE IF NOT EXISTS mcaptcha_ux_survey_responses ( will_recommend BOOLEAN NOT NULL, satisfaction BOOLEAN NOT NULL, ID SERIAL PRIMARY KEY NOT NULL );