HumanResources.EmployeeDepartmentHistory (table)

From dbscript Online Help
Revision as of 14:34, 3 January 2009 by Bot (talk | contribs) (New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | HumanResources.EmployeeDepartmentHistory |- |} {| border="1" cellpadding="5"...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wikibot

Table HumanResources.EmployeeDepartmentHistory


Column Data Type Nullable Default PK Index
EmployeeID int not null PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentID
DepartmentID smallint not null PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentID IX_EmployeeDepartmentHistory_DepartmentID
ShiftID tinyint not null PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentID IX_EmployeeDepartmentHistory_ShiftID
StartDate datetime not null PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentID
EndDate datetime null
ModifiedDate datetime not null (getdate())


Relation Column Referenced Column
HumanResources.Department DepartmentID DepartmentID
HumanResources.Employee EmployeeID EmployeeID
HumanResources.Shift ShiftID ShiftID