Skip to content

STATIONOWNERTRK

STATIONOWNERTRK shows the tracking for the associated object STATIONOWNER. Together, STATIONOWNERTRK and STATIONOWNER sets out the owner details of each station.

Package

PARTICIPANT_REGISTRATION

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
EFFECTIVEDATE datetime(3) 🔑 date 🔑 Effective date of this record
PARTICIPANTID varchar(10) 🔑 varchar(10) 🔑 Unique participant identifier
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version no of record within the effective date
AUTHORISEDBY varchar(15) varchar(15) User authorising record
AUTHORISEDDATE datetime(3) datetime2(0) Date record authorised
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
STATIONOWNERTRK_LCX nonclustered LASTCHANGED
STATIONOWNERTRK_PK clustered, unique, primary key PARTICIPANTID, EFFECTIVEDATE, VERSIONNO

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_STATIONOWNERTRK_LASTCHANGED nonclustered LASTCHANGED
PK_STATIONOWNERTRK clustered, unique, primary key PARTICIPANTID, EFFECTIVEDATE, VERSIONNO

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_STATIONOWNERTRK clustered, unique, primary key PARTICIPANTID, EFFECTIVEDATE, VERSIONNO
STATIONOWNERTRK_LCX nonclustered LASTCHANGED