P5MIN_BLOCKEDCONSTRAINT
P5MIN Blocked Constraints lists any constraints that were blocked in a P5MIN run. If no constraints are blocked, there will be no rows for that 5 minute predispatch run.
Package
P5MIN
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| RUN_DATETIME |
datetime(3)  |
datetime2(0)  |
5-minute Predispatch Run |
| CONSTRAINTID |
varchar(20)  |
varchar(20)  |
Generic Constraint identifier (synonymous with GenConID) |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| P5MIN_BLOCKEDCONSTRAINT_PK |
clustered, unique, primary key |
RUN_DATETIME, CONSTRAINTID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_P5MIN_BLOCKEDCONSTRAINT |
clustered, unique, primary key |
RUN_DATETIME, CONSTRAINTID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| P5MIN_BLOCKEDCONSTRAINT_PK |
clustered, unique, primary key |
RUN_DATETIME, CONSTRAINTID |