Table which holds residency history for employees - the lack of a record in this table indicates the current employee address is the only one. |
contact_address_ste_location_code_history_KEY | int (4) | NOT NULL | Primary key column |
contact_address_KEY | int (4) | NOT NULL | Contains the value from the contact address table associated with this record. |
ste_location_code | nvarchar (70) | NOT NULL | Contains the value from the STE location code table associated with this record. |
residency_start_date | smalldatetime (4) | NOT NULL | Date this location was added as the employee residence. |