liquid_feedback_frontend

diff db/survey.sql @ 1818:2d4136357989

Final version of survey
author bsw
date Tue Jan 04 14:31:01 2022 +0100 (2022-01-04)
parents c7dbb36ce1e0
children
line diff
     1.1 --- a/db/survey.sql	Mon Dec 13 11:57:35 2021 +0100
     1.2 +++ b/db/survey.sql	Tue Jan 04 14:31:01 2022 +0100
     1.3 @@ -21,7 +21,8 @@
     1.4  
     1.5  CREATE TABLE survey_answer_set (
     1.6    ident TEXT NOT NULL PRIMARY KEY,
     1.7 -  survey_id INT4 NOT NULL REFERENCES survey(id)
     1.8 +  survey_id INT4 NOT NULL REFERENCES survey(id),
     1.9 +  data JSON
    1.10  );
    1.11  
    1.12  CREATE TABLE survey_answer (

Impressum / About Us