14.1 sp112_postings
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
employee_no | number(9) | ||
team_no | number(9) | ||
posting_type | number(1) | ||
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 (team_no) references /wiki/spaces/SCH141/pages/27001323 (team_no)
foreign key (posting_type) references 14.1 sp286_posting_types (posting_type)
Column Descriptions
Field | Description |
---|---|
employee_no | Employee identifier. |
team_no | Team identifier. |
posting_type | Type of assignment: 0 - permanent 1 - loan |
start_date | Date on which the assignment commences. Uses employee's Time Zone. |
end_date | Date on which the assignment ends. If this column is null then the assignment is taken to continue indefinitely. Uses employee's Time Zone. |