Aravinth Manivannan
89e26de87d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
5 lines
159 B
SQL
5 lines
159 B
SQL
CREATE TABLE IF NOT EXISTS mcaptcha_ux_survey_responses (
|
|
will_recommend BOOLEAN NOT NULL,
|
|
satisfaction BOOLEAN NOT NULL,
|
|
ID SERIAL PRIMARY KEY NOT NULL
|
|
);
|