Difference between revisions of "HumanResources.EmployeeDepartmentHistory (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | HumanResources.EmployeeDepartmentHistory |- |} {| border="1" cellpadding="5"...) |
(No difference)
|
Revision as of 13:34, 3 January 2009
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 |