public.timeoffdata

public.timeoffdata

Description

Columns

Name Type Default Nullable Children Parents Comment
keyid varchar(100) false
userid varchar(50) true
businessunitdate timestamp without time zone true
length integer true
description varchar(200) true
activitycode varchar(50) true
paid bit(1) true
timeoffrequestid varchar(50) true
isfulldayrequest bit(1) true
updated timestamp without time zone true

Constraints

Name Type Definition
timeoffdata_pkey PRIMARY KEY PRIMARY KEY (keyid)

Indexes

Name Definition
timeoffdata_pkey CREATE UNIQUE INDEX timeoffdata_pkey ON public.timeoffdata USING btree (keyid)

    • Related Articles

    • public.vwtimeoffdata

      Description See TimeOffData - Expands all the GUIDs with their lookups Table Definition CREATE VIEW vwtimeoffdata AS ( SELECT td.userid, td.businessunitdate, td.length, td.description, td.activitycode, td.paid, td.timeoffrequestid, ud.name AS ...
    • public.z_wfmscheduledata

      Description See WFMScheduleData: Data combining schedule and time off information Table Definition CREATE VIEW z_wfmscheduledata AS ( SELECT sc.userid, sc.shiftstartdate, sc.shiftlengthtime, sc.activitystartdate, sc.activitystartdateltc, ...
    • 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.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.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 ...