public.offeredforecastdata
Description
Columns
keyid |
varchar(150) |
|
false |
|
|
|
businessunitid |
varchar(50) |
|
true |
|
|
|
scheduleid |
varchar(50) |
|
true |
|
|
|
planninggroup |
varchar(50) |
|
true |
|
|
|
shorttermforecastid |
varchar(50) |
|
true |
|
|
|
startdate |
timestamp without time zone |
|
true |
|
|
|
startdateltc |
timestamp without time zone |
|
true |
|
|
|
weekdate |
date |
|
true |
|
|
|
week |
bigint |
|
true |
|
|
|
avghandleperinterval |
numeric(20,2) |
|
true |
|
|
|
offeredperinterval |
numeric(20,2) |
|
true |
|
|
|
canuseforscheduling |
boolean |
|
true |
|
|
|
updated |
timestamp without time zone |
|
true |
|
|
|
Constraints
offeredforecastdata_pkey |
PRIMARY KEY |
PRIMARY KEY (keyid) |
Indexes
offeredforecastdata_pkey |
CREATE UNIQUE INDEX offeredforecastdata_pkey ON
public.offeredforecastdata USING btree (keyid) |
ix_offeredforecastdata_weekdate |
CREATE INDEX ix_offeredforecastdata_weekdate ON
public.offeredforecastdata USING btree (weekdate) |
Related Articles
public.vwofferedforecast
Description Table Definition CREATE VIEW vwofferedforecast AS ( SELECT DISTINCT ofd.keyid, ofd.businessunitid, bu.name AS "BUSINESSUNITNAME", ofd.scheduleid, scd.description AS "SCHEDULEDESC", ofd.planninggroup AS "PLANNINGGROUPID", pgd.name AS ...
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 ...
public.evaldata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(100) false conversationid varchar(50) false evaluationid varchar(50) false calibrationid varchar(50) true evaluationformid varchar(50) true evaluatorid varchar(50) ...