public.surveyquestionanswers
Description
Columns
surveyid |
varchar(50) |
|
false |
|
|
|
conversationid |
varchar(50) |
|
false |
|
|
|
surveyformid |
varchar(50) |
|
true |
|
|
|
surveyname |
varchar(200) |
|
true |
|
|
|
agentid |
varchar(50) |
|
true |
|
|
|
agentteamid |
varchar(50) |
|
true |
|
|
|
queueid |
varchar(50) |
|
true |
|
|
|
questiongroupid |
varchar(50) |
|
true |
|
|
|
questiongroupname |
varchar(200) |
|
true |
|
|
|
questionid |
varchar(50) |
|
false |
|
|
|
questiontext |
varchar(400) |
|
true |
|
|
|
questiontype |
varchar(50) |
|
true |
|
|
|
questionanswerid |
varchar(50) |
|
true |
|
|
|
questionanswertext |
varchar(200) |
|
true |
|
|
|
questionanswervalue |
numeric(20,2) |
|
true |
|
|
|
questionscore |
numeric(20,2) |
|
true |
|
|
|
questionmarkedna |
bit(1) |
|
true |
|
|
|
updated |
timestamp without time zone |
|
true |
|
|
|
Constraints
surveyquestionanswers_pkey |
PRIMARY KEY |
PRIMARY KEY (surveyid, questionid) |
Indexes
surveyquestionanswers_pkey |
CREATE UNIQUE INDEX surveyquestionanswers_pkey ON
public.surveyquestionanswers USING btree (surveyid, questionid) |
Related Articles
public.vwsurveyquestionanswers
Description Survey Question Answers View Table Definition CREATE VIEW vwsurveyquestionanswers AS ( SELECT surveyquestionanswers.surveyid, surveyquestionanswers.conversationid, survey.completeddate, survey.completeddateltc, ...
README
Logo Genesys Adapter Data Dictionary Tables Name Columns Comment Type public.tabledefinitions 5 Subscription Detailed Data BASE TABLE public.activeqmembersdata 9 Historical Active Membership of Queues BASE TABLE public.activitycodedetails 11 Activity ...
public.participantattributesdynamic
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false conversationid varchar(50) false conversationstartdate timestamp without time zone false conversationstartdateltc timestamp without time zone true ...
public.convvoicetopicdetaildata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(100) false conversationid varchar(50) true starttime timestamp without time zone false starttimeltc timestamp without time zone true participant varchar(50) true ...
public.evalquestiondata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false evaluationid varchar(50) false evaluationformid varchar(50) false questiongroupid varchar(50) true questionid varchar(50) true answerid varchar(50) true ...