Skip to content

STATION

STATION sets out valid station identifiers.

Package

PARTICIPANT_REGISTRATION

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
STATIONID varchar(10) 🔑 varchar(10) 🔑 Station Identifier
STATIONNAME varchar(80) varchar(80) Full name of station
ADDRESS1 varchar(80) varchar(80) Station Address
ADDRESS2 varchar(80) varchar(80) Station Address
ADDRESS3 varchar(80) varchar(80) Station Address
ADDRESS4 varchar(80) varchar(80) Station Address
CITY varchar(40) varchar(40) City
STATE varchar(10) varchar(10) State of Australia
POSTCODE varchar(10) varchar(10) Post Code
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed
CONNECTIONPOINTID varchar(10) varchar(10) Not used. Do not use as the Connection Point Identifier for station load

Official MMS data model indexes

Index name Index type Index columns (in order)
STATION_LCX nonclustered LASTCHANGED
STATION_PK clustered, unique, primary key STATIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_STATION_LASTCHANGED nonclustered LASTCHANGED
PK_STATION clustered, unique, primary key STATIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
STATION_LCX nonclustered LASTCHANGED
STATION_PK clustered, unique, primary key STATIONID