public.suboverviewdata

public.suboverviewdata

Description

Table storing suboverview data

Columns

Name Type Default Nullable Children Parents Comment
keyid varchar(400) false Primary key identifier
rowdate timestamp without time zone true Date of the row
startdate timestamp without time zone true Start date of the period
enddate timestamp without time zone true End date of the period
licname varchar(200) true License name
partnumber varchar(50) true Part number
grouping varchar(50) true Grouping of the data
unitofmeasuretype varchar(50) true Type of unit of measure
usagequantity numeric(20,2) true Quantity of usage
prepayquantity numeric(20,2) true Quantity of prepay
overageprice numeric(20,2) true Price for overage
iscancellable bit(1) true Flag indicating if the item is cancellable
bundlequantity integer true Quantity in bundle
isthirdparty bit(1) true Flag indicating if it is a third-party item
updated timestamp without time zone true Timestamp of last update

Constraints

Name Type Definition
suboverviewdata_pkey PRIMARY KEY PRIMARY KEY (keyid)

Indexes

Name Definition
suboverviewdata_pkey CREATE UNIQUE INDEX suboverviewdata_pkey ON public.suboverviewdata USING btree (keyid)

    • Related Articles

    • 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) ...
    • 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 ...