NETWORK_OUTAGESTATUSCODE
NETWORK_OUTAGESTATUSCODE describes the different outage status codes.
Package
NETWORK
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| OUTAGESTATUSCODE |
varchar(10)  |
varchar(10)  |
A code representing the status of an outage |
| DESCRIPTION |
varchar(100) |
varchar(100) |
A description of the status code |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
The time that this record was last changed |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_NETWORK_OUTAGESTATUSCODE |
clustered, unique, primary key |
OUTAGESTATUSCODE |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_NETWORK_OUTAGESTATUSCODE |
clustered, unique, primary key |
OUTAGESTATUSCODE |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_NETWORK_OUTAGESTATUSCODE |
clustered, unique, primary key |
OUTAGESTATUSCODE |