Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 JOBTITLE nvarchar(100)   Default = '' Store the job title value for a relationship
 STARTDATE datetime Date that the job was established or became effective
 ENDDATE datetime Date that the job was dissolved or ceased to be effective
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.
 JOBDIVISION nvarchar(100)   Default = '' Stores the division of the job for this relationship
 JOBDEPARTMENT nvarchar(100)   Default = '' Stores the department of the job for this relationship
 JOBRESPONSIBILITY nvarchar(250)   Default = ''
 ISPRIVATERECORD bit   Default = 0

Foreign Key Field Type Null Notes Description
 RELATIONSHIPSETID uniqueidentifier   RELATIONSHIPSET.ID FK to RELATIONSHIPSET
 JOBCATEGORYCODEID uniqueidentifier JOBCATEGORYCODE.ID Stores the category of the job for this relationship
 CAREERLEVELCODEID uniqueidentifier CAREERLEVELCODE.ID Stores the career level of the job for this relationship
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 JOBSCHEDULECODEID uniqueidentifier JOBSCHEDULECODE.ID Stores the schedule of the job for this relationship

Index Name Field(s) Unique Primary Clustered
 IX_RELATIONSHIPJOBINFO_DATEADDED DATEADDED    
 IX_RELATIONSHIPJOBINFO_DATECHANGED DATECHANGED      
 IX_RELATIONSHIPJOBINFO_RELATIONSHIPSETID RELATIONSHIPSETID      
 PK_RELATIONSHIPJOBINFO ID  

Trigger Name Description
 TR_RELATIONSHIPJOBINFO_AUDIT_UPDATE
 TR_RELATIONSHIPJOBINFO_AUDIT_DELETE
 TR_RELATIONSHIPJOBINFO_AUDIT_ETLDELETEDID

Entity-Relationship diagram of this table