public.knowledgebasedocumentvariation

public.knowledgebasedocumentvariation

Description

Columns

Name Type Default Nullable Children Parents Comment
id varchar(50) false
documentid varchar(50) true
documentversionid varchar(50) true
knowledgebaseid varchar(50) true
name varchar(255) true
priority integer true
datecreated timestamp without time zone true
datemodified timestamp without time zone true
updated timestamp without time zone true

Constraints

Name Type Definition
knowledgebasedocumentvariation_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
knowledgebasedocumentvariation_pkey CREATE UNIQUE INDEX knowledgebasedocumentvariation_pkey ON public.knowledgebasedocumentvariation USING btree (id)

    • Related Articles

    • public.vwknowledgedocumentfeedback

      Description Comprehensive view of knowledge document feedback with user, document, version, and knowledge base context Table Definition CREATE VIEW vwknowledgedocumentfeedback AS ( SELECT fb.keyid, fb.feedbackid AS feedback_id, fb.datecreated AS ...
    • public.knowledgeaggregatesdata

      Description Aggregated knowledge base usage metrics from Genesys Cloud Analytics API Columns Name Type Default Nullable Children Parents Comment keyid varchar(200) false Primary key - SHA256 hash of all dimensions and interval agentassistantid ...
    • 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 ...
    • 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.userpresencedetaileddata

      Description User Presence Detailed Data Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false Primary Key userid varchar(50) true Agent GUID starttime timestamp without time zone false Start Time (UTC) starttimeltc ...