| Active | 
                                                Defines if the row contains active data. Inactive means logically deleted. | 
                                            
                                            
                                                | ChangedBy | 
                                                The ID of the user who last edited this data. FK to HH.Users | 
                                            
                                            
                                                | ChangedOn | 
                                                The datetime this data was last edited | 
                                            
                                            
                                                | CompletedBy | 
                                                User who completed this phase. FK to HH.Users | 
                                            
                                            
                                                | CompletedOn | 
                                                Date/Time the phase was marked as completed | 
                                            
                                            
                                                | Createdby | 
                                                The ID of the user who first created this data. FK to HH.Users | 
                                            
                                            
                                                | CreatedOn | 
                                                The datetime this data was first created | 
                                            
                                            
                                                | EntityId | 
                                                The ID of the object this data belongs to. | 
                                            
                                            
                                                | EntityTypeId | 
                                                The type of object this data belongs to. See also HH.ObjType | 
                                            
                                            
                                                | InProgressBy | 
                                                User who started this phase. FK to HH.Users | 
                                            
                                            
                                                | InProgressOn | 
                                                Date/Time the phase was marked as started | 
                                            
                                            
                                                | PhaseDescriptiveLink | 
                                                Optional link to web site describing the phase and the process | 
                                            
                                            
                                                | PhaseId | 
                                                ID of the phase | 
                                            
                                            
                                                | PhaseName | 
                                                Name of phase | 
                                            
                                            
                                                | StepNumber | 
                                                The order in which the phases are listed | 
                                            
                                            
                                                | Version | 
                                                The number of times the data was been changed. See the corresponding AUDIT table for full audit trail. |