Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
TBDelayOid | INT | NOT NULL | This is the primary key. |
TBVisitOid | INT | NOT NULL | This is a foreign key to HTBVisit. |
TBVisitStatus | SMALLINT | NOT NULL | This is a foreign key to HTBVisit, it indicates the status of this visit. Allowable values: 0 - active, 1 - ended. |
TBColumnOid | SMALLINT | NOT NULL | This indicates which column is delayed. |
TBDelaySource | VARCHAR(4) | NOT NULL | This indicates what the source of the delay is. Allowable values: USER, WFE, or EDTB. |
TBDelayStartDTimeMins | SMALLDATETIME | NOT NULL | This indicates when this value started. |
TBDelayStartedByUserOid | INT | NOT NULL | This indicates the user who started the indicator. |
TBDelayStartedByUserLoginId | VARCHAR(100) | NOT NULL | This is the login ID of the user who started the indicator. |
TBDelayEndedDTimeMins | SMALLDATETIME | NULL | This indicates the date/time of when this value ended. |
TBDelayEndedByUserOid | INT | NULL | This indicates the user who ended the indicator. |
TBDelayEndedByUserLoginId | VARCHAR(100) | NULL | This is the login ID of the user who ended the indicator. |
TBDelayIsEnded | SMALLINT | NOT NULL | This indicates if the value is no longer active. Allowable Values: 0 - No, 1 - Yes. |
LastCngDtime | DATETIME | NOT NULL | This indicates the current Universal Time Coordinate or Greenwich Mean Time. |