Welcome
Guest
, you are in:
<root>
•
Login
devio dbscript ScrewTurn Wiki
Navigation
¶
Main Page
Random Page
Create a new Page
All Pages
Categories
Navigation Paths
Administration
File Management
Create Account
Search the wiki
»
Back
HumanResources Shift (table)
Modified on 2011/08/27 11:17
by
wikibot
Categorized as
Uncategorized
== wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- valign="top" | '''Table''' | HumanResources.Shift |- valign="top" | '''Description''' | Work shift lookup table. |} === Columns === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Column''' | '''Data Type''' | '''Nullable''' | '''Default''' | '''Description''' |- valign="top" | ShiftID | tinyint | not null | | Primary key for Shift records. |- valign="top" | Name | dbo.Name | not null | | Shift description. |- valign="top" | StartTime | datetime | not null | | Shift start time. |- valign="top" | EndTime | datetime | not null | | Shift end time. |- valign="top" | ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |} === Primary Key === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Primary Key''' | '''Columns''' |- valign="top" | PK_Shift_ShiftID | ShiftID |} === Indexes === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Index''' | '''Type''' | '''Columns''' |- valign="top" | AK_Shift_Name | Unique | Name |- valign="top" | AK_Shift_StartTime_EndTime | Unique | StartTime, EndTime |} === Detail Tables === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Detail Table''' | '''Column''' | '''Referencing Column''' |- valign="top" | [[HumanResources EmployeeDepartmentHistory (table)|HumanResources.EmployeeDepartmentHistory]] | ShiftID | ShiftID |} === References === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Dependency Type''' | '''Object Type''' | '''Referenced Object''' |- valign="top" | Data Type | Type | [[dbo Name (type)|dbo.Name]] |- valign="top" | Schema | Schema | [[HumanResources (schema)|HumanResources]] |} === Dependencies === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Reference Type''' | '''Object Type''' | '''Referencing Object''' |- valign="top" | Select | View | [[HumanResources vEmployeeDepartmentHistory (view)|HumanResources.vEmployeeDepartmentHistory]] |} == wikivalues == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- valign="top" | '''Table Values''' | HumanResources.Shift |} {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''ShiftID''' | '''Name''' | '''StartTime''' | '''EndTime''' |- valign="top" | 1 | Day | 1900-01-01 07:00:00.000 | 1900-01-01 15:00:00.000 |- valign="top" | 2 | Evening | 1900-01-01 15:00:00.000 | 1900-01-01 23:00:00.000 |- valign="top" | 3 | Night | 1900-01-01 23:00:00.000 | 1900-01-01 07:00:00.000 |}
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.