vdsReportFormat

Prev Next

Columns

Table: vdsReportFormat table columns
Column nameData typePrimary keyNullableDescription
vdsDomainvarchar(255)YesNo 
vdsReportIDvarchar(64)YesNoThe identifier of the respective report.
vdsFmtNamevarchar(64)YesNo 
vdsFmtDefvarchar(32768)NoNoThis column contains binary data stored in the base64-encoded format.
vdsTransformTypeintegerNoYes 
vdsCreateTimetimestampNoNoThe date and time the data record was created.
vdsModifyTimetimestampNoNoThe date and time the data record was last modified.
vdsVersionintegerNoYesThe current data schema version of the data record.

Keys

Primary key: (vdsDomain, vdsReportID, vdsFmtName)

Foreign keys: (vdsDomain, vdsReportID) references vdsReport (vdsDomain, vdsReportID)

Indexes

Table: vdsReportFormat table indexes
Index nameIncluded fields
Level 0 (default)
vdsreportformatidx

vdsDomain

vdsReportID

vdsFmtName