|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
|
| PtOutcomeHistoryDetailOID | int | NOT NULL | Object ID of an Outcome History Detail |
| PtOutcomeHistoryOID | int | NOT NULL | Object ID of the Expected Outcome a change in value is for(HPtOutcomeHistory) |
| FieldChanged | varchar(254) | NOT NULL | Name of the field in the Expected Outcome that was changed |
| OldValue | varchar(254) | NULL | Value prior to this change |
| NewValue | varchar(254) | NULL | New value given for this change |
| RevisionReason | varchar(125) | NULL | User entered reason for changing a value |
| IsDateField | smallint | NOT NULL | Is the field that was changed a Date time value |
| | | Allowable values: |
| | | 0 - No |
| | | 1 - Yes |
| LastCngSeqNo | int | NOT NULL | Number of times this outcome was changed(Initial creation value will be 1) |
|
|