public.headcountforecastdata
Columns
| keyid |
varchar(100) |
|
false |
|
|
|
| businessunitid |
varchar(50) |
|
true |
|
|
|
| planninggroup |
varchar(50) |
|
true |
|
|
|
| scheduleid |
varchar(50) |
|
true |
|
|
|
| weekdate |
timestamp without time zone |
|
true |
|
|
|
| startdate |
timestamp without time zone |
|
true |
|
|
|
| startdateltc |
timestamp without time zone |
|
true |
|
|
|
| requiredperinterval |
numeric(20,2) |
|
true |
|
|
|
| requiredwithoutshrinkageperinterval |
numeric(20,2) |
|
true |
|
|
|
| updated |
timestamp without time zone |
|
true |
|
|
|
Constraints
| headcountforecastdata_key |
PRIMARY KEY |
PRIMARY KEY (keyid) |
Indexes
| headcountforecastdata_key |
CREATE UNIQUE INDEX headcountforecastdata_key ON
public.headcountforecastdata USING btree (keyid) |
Related Articles
public.vwheadcountforecast
Description Headcount forecast data with lookup expansion Table Definition CREATE VIEW vwheadcountforecast AS ( SELECT hcf.businessunitid, bu.name AS businessunitname, pg.businessunitid AS planninggroup_businessunitid, hcf.planninggroup AS ...
public.evalquestiondata
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 score ...
public.participantattributesdynamic
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 conversationenddate ...
public.hoursblockdata
Columns Name Type Default Nullable Children Parents Comment keyid varchar(200) false userid varchar(50) true startdate timestamp without time zone true startdateltc timestamp without time zone true enddate timestamp without time zone true enddateltc ...
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 ...