Tables [dbo].[Problem_Transition]
Problem Transition from one problem to another
KeyNameData TypeMax Length (Bytes)NullabilityDefaultDescription
Cluster Primary Key PK_Problem_Transition_ProblemHeaderToID_ProblemHeaderFromID: ProblemHeaderToID\ProblemHeaderFromIDIndexes nix_Problem_Transition_ProblemHeaderFromIDForeign Keys FK_Problem_Transition_ProblemHeaderToID_Problem_Header_ID: [dbo].[Problem_Header].ProblemHeaderToIDProblemHeaderToID[dbo].[uniqueid]9NOT NULLTarget Problem Header Identifier. Link to Problem_Header.ID
Cluster Primary Key PK_Problem_Transition_ProblemHeaderToID_ProblemHeaderFromID: ProblemHeaderToID\ProblemHeaderFromIDIndexes nix_Problem_Transition_ProblemHeaderFromIDForeign Keys FK_Problem_Transition_ProblemHeaderFromID_Problem_Header_ID: [dbo].[Problem_Header].ProblemHeaderFromIDProblemHeaderFromID[dbo].[uniqueid]9NOT NULLSource Problem Header Identifier. Link to Problem_Header.ID
TransitionProviderID[dbo].[uniqueid]9NOT NULLProvider who performed the transition. Link to IDX_User.ID
Indexes TWstat_Problem_Transition_ProblemTransDTTMProblemTransDTTMdatetime8NOT NULLProblem Transitioned date and  time
ProblemToID[dbo].[uniqueid]9NOT NULL((0))Problem version transitioned to. Link to Problem.ID
ProblemFromID[dbo].[uniqueid]9NOT NULL((0))Problem version transitioned from. Link to Problem.ID