14.1 sp113_shift_assignments
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
employee_no | number(9) | ||
shift_spec | number(4) | ||
start_date | date | ||
end_date | date |
Keys
primary key (employee_no, start_date)
foreign key (employee_no) references 14.1 sp210_employees (employee_no)
foreign key (shift_spec) references 14.1 sp114_shift_specifications (shift_spec)
Column Descriptions
Field | Description |
---|---|
employee_no | Employee's identifier. |
shift_spec | Identifier of the shift pattern. |
start_date | The date on which the employee commences working to the specified shift pattern. Uses employee's Time Zone. |
end_date | The date on which the employee ceases to work to the specified shift pattern. Uses employee's Time Zone. |