Skip to content

PD7DAY_CASESOLUTION

PD7DAY case solution table.

Package

PD7DAY

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
RUN_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Unique Timestamp Identifier for this study
INTERVENTION numeric(2, 0) tinyint (not nullable) Flag to indicate if this Predispatch case includes an intervention pricing run: 0 = case does not include an intervention pricing run, 1 = case does include an intervention pricing run.
LASTCHANGED datetime(3) datetime2(0) (not nullable) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
PD7DAY_CASESOLUTION_PK clustered, unique, primary key RUN_DATETIME

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_PD7DAY_CASESOLUTION clustered, unique, primary key RUN_DATETIME

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_PD7DAY_CASESOLUTION clustered, unique, primary key RUN_DATETIME