Build 
Definition  dentifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software 

CreatedBy 
Definition  Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore.  

CreatedWhenUTC 
Definition  The date and time that the row was created including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. 

MSReplrowguid 
Definition  Unique GUID used to support merge replication 

FKListForPatchReleaseID 
Definition  Patch relase number for FK list 

FKName 
Definition  Foreign key constraint name 

ChildTableName 
Definition  Table referencing the Parent table 

ParentTableName 
Definition  Parent table name 

ChildColName 
Definition  column name of referencing parent table 

ParentColName 
Definition  Parent column Name 

ColumnSequence 
Definition  Sequence id of the columns 

IsFKDisabled 
Definition  FOREIGN KEY constraint is disabled 

DeleteRule 
Definition  Description of the referential action that was declared for this FOREIGN KEY when a delete occurs 

UpdateRule 
Definition  The referential action that was declared for this FOREIGN KEY when an update happens 

IsNotTrusted 
Definition  FOREIGN KEY constraint has not been verified by the system. 

IsFKNotForReplication 
Definition  FOREIGN KEY constraint was created by using the NOT FOR REPLICATION option