v_personnel: Many-to-One (N:1)
Many time off records link to one personnel
Referenced through user_id
v_personnel: Many-to-One (N:1)
Many time off records approved by one personnel
Referenced through approving_user_id
Column | Type | Description |
id | integer | Primary key |
user_id | integer | User reference |
client_code | varchar(28) | Organization ID |
public_name | varchar(255) | Personnel name |
first_name | varchar(64) | First name |
last_name | varchar(64) | Last name |
time_off_type_name | varchar(50) | Time off type |
time_off_type_shortcode | varchar(12) | Type code |
time_off_date | date | Off date |
start_at_local | timestamp | Start time |
end_at_local | timestamp | End time |
duration_hours | numeric(5,2) | Duration |
is_trade | boolean | Trade flag |
is_kelly_day | boolean | Kelly day flag |
is_approved | boolean | Approval status |
status_code | varchar(20) | Status code |
approving_user_id | integer | Approver reference |
responded_at | timestamp | Response time |