Difference between revisions of "HumanResources.Shift (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| HumanResources.Shift | | HumanResources.Shift | ||
Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| Work shift lookup table. | | Work shift lookup table. | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 20: | Line 18: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
|- valign="top" | |- valign="top" | ||
| ShiftID | | ShiftID | ||
Line 58: | Line 56: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| PK_Shift_ShiftID | | PK_Shift_ShiftID | ||
| ShiftID | | ShiftID | ||
Line 69: | Line 67: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| AK_Shift_Name | | AK_Shift_Name | ||
| Unique | | Unique | ||
| Name | | Name | ||
− | |- | + | |- valign="top" |
| AK_Shift_StartTime_EndTime | | AK_Shift_StartTime_EndTime | ||
| Unique | | Unique | ||
Line 86: | Line 84: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[HumanResources.EmployeeDepartmentHistory_(table)|HumanResources.EmployeeDepartmentHistory]] | | [[HumanResources.EmployeeDepartmentHistory_(table)|HumanResources.EmployeeDepartmentHistory]] | ||
| ShiftID | | ShiftID | ||
Line 100: | Line 98: | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |- | + | |- valign="top" |
| Data Type | | Data Type | ||
| Type | | Type | ||
− | | [[dbo.Name_(type)|dbo.Name]] | + | | [[dbo.Name_(_(type))|dbo.Name]] |
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Schema | | Schema | ||
− | | [[HumanResources_(schema)|HumanResources]] | + | | [[HumanResources_(_(schema))|HumanResources]] |
|} | |} | ||
Line 119: | Line 117: | ||
| '''Referencing Object | | '''Referencing Object | ||
− | |- | + | |- valign="top" |
| Select | | Select | ||
| View | | View | ||
− | | [[HumanResources.vEmployeeDepartmentHistory_(view)|HumanResources.vEmployeeDepartmentHistory]] | + | | [[HumanResources.vEmployeeDepartmentHistory_(_(view))|HumanResources.vEmployeeDepartmentHistory]] |
|} | |} |
Revision as of 23:00, 23 June 2010
Contents
wikibot
Table | HumanResources.Shift |
Description | Work shift lookup table. |
Columns
Column | Data Type | Nullable | Default | Description |
ShiftID | tinyint | not null | Primary key for Shift records. | |
Name | dbo.Name | not null | Shift description. | |
StartTime | datetime | not null | Shift start time. | |
EndTime | datetime | not null | Shift end time. | |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key
Primary Key | Columns |
PK_Shift_ShiftID | ShiftID |
Indexes
Index | Type | Columns |
AK_Shift_Name | Unique | Name |
AK_Shift_StartTime_EndTime | Unique | StartTime, EndTime |
Detail Tables
Detail Table | Column | Referencing Column |
HumanResources.EmployeeDepartmentHistory | ShiftID | ShiftID |
References
Dependency Type | Object Type | Referenced Object |
Data Type | Type | dbo.Name |
Schema | Schema | HumanResources |
Dependencies
Reference Type | Object Type | Referencing Object |
Select | View | HumanResources.vEmployeeDepartmentHistory |
wikivalues
Table Values | HumanResources.Shift |
ShiftID | Name | StartTime | EndTime |
1 | Day | 1900-01-01 07:00:00.000 | 1900-01-01 15:00:00.000 |
2 | Evening | 1900-01-01 15:00:00.000 | 1900-01-01 23:00:00.000 |
3 | Night | 1900-01-01 23:00:00.000 | 1900-01-01 07:00:00.000 |
automatically generated
Table | HumanResources.Shift |
Description | Work shift lookup table. |
Column | Data Type | Nullable | Default | Description / PK / Index |
ShiftID | tinyint | not null | Primary key for Shift records. PK_Shift_ShiftID | |
Name | Name | not null | Shift description. AK_Shift_Name | |
StartTime | datetime | not null | Shift start time. AK_Shift_StartTime_EndTime | |
EndTime | datetime | not null | Shift end time. AK_Shift_StartTime_EndTime | |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Detail Table | Column | Referencing Column |
HumanResources.EmployeeDepartmentHistory | ShiftID | ShiftID |
Dependency Type | Object Type | Referenced Object |
Data Type | Type | dbo.Name |
Schema | Schema | HumanResources |
Reference Type | Object Type | Referencing Object |
Select | View | HumanResources.vEmployeeDepartmentHistory |