From dbscript Online Help
|
|
Line 123: |
Line 123: |
| | | |
| |} | | |} |
| + | |
| + | |
| == wikivalues == | | == wikivalues == |
| | | |
Latest revision as of 09:54, 27 August 2011
wikibot[edit]
Table
|
HumanResources.Shift
|
Description
|
Work shift lookup table.
|
Columns[edit]
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[edit]
Primary Key
|
Columns
|
PK_Shift_ShiftID
|
ShiftID
|
Indexes[edit]
Index
|
Type
|
Columns
|
AK_Shift_Name
|
Unique
|
Name
|
AK_Shift_StartTime_EndTime
|
Unique
|
StartTime, EndTime
|
Detail Tables[edit]
References[edit]
Dependencies[edit]
wikivalues[edit]
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[edit]
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.
|