Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(100)   Default = '' The name of the job.
 DESCRIPTION nvarchar(255)   Default = '' A brief description of the job.
 ISACTIVE bit   Default = 1 Indicates whether or not the job is active.
 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.
 ESTIMATEDVALUE money   Default = 0 The estimated value per hour for the job, stored in the job's base currency.
 ORGANIZATIONESTIMATEDVALUE money   Default = 0 The estimated value per hour for the job, stored in the organization currency.

Foreign Key Field Type Null Notes Description
 VOLUNTEERTYPEID uniqueidentifier VOLUNTEERTYPE.LOCALID The type of volunteer to be assigned to this job.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 SITEID uniqueidentifier SITE.ID The job's site.
 BASECURRENCYID uniqueidentifier CURRENCY.ID The base currency associated with this job.
 ORGANIZATIONEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert base currency amounts to organization amounts.

Index Name Field(s) Unique Primary Clustered
 IX_JOB_DATEADDED DATEADDED    
 IX_JOB_DATECHANGED DATECHANGED      
 PK_JOB ID  
 UC_JOB_NAME NAME    

Trigger Name Description
 TR_JOB_AUDIT_UPDATE
 TR_JOB_AUDIT_DELETE
 TR_JOB_INSERTUPDATE_CURRENCY

Referenced by Field
 EVENTSTAFFRESOURCE JOBID
 GROUPTYPEREQUIREDSTAFFRESOURCE JOBID
 ITINERARYITEMSTAFFRESOURCE JOBID
 ITINERARYSTAFFRESOURCE JOBID
 JOBADMINISTRATIVE JOBID
 JOBATTACHMENT JOBID
 JOBCERTIFICATION JOBID
 JOBCOURSE JOBID
 JOBINTEREST JOBID
 JOBLICENSE JOBID
 JOBMEDIALINK JOBID
 JOBMEDICAL JOBID
 JOBNOTE JOBID
 JOBOCCURRENCE JOBID
 JOBSKILL JOBID
 JOBSPECIALNEED JOBID
 PROGRAMSTAFFRESOURCE JOBID
 TRACKITEMSTAFFRESOURCE JOBID
 TRACKSTAFFRESOURCE JOBID

Entity-Relationship diagram of this table (CURRENCY-PROGRAMSTAFFRESOURCE)
Entity-Relationship diagram of this table (SITE-VOLUNTEERTYPE)