smart_hr_employee_change_histories

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.smart_hr_employee_change_histories_id_seq'::regclass)
organization_id int8 19 null
organizations.id fk_smart_hr_employee_change_histories_organizationsR
smart_hr_employee_id int8 19 null
smart_hr_employees.id fk_smart_hr_employee_change_histories_smart_hr_employeesR
action_type "okr"."smart_hr_employee_change_history_action_type" 2147483647 null
created_at timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
smart_hr_employee_change_histories_pkey Primary key Asc id
idx_smart_hr_employee_change_histories_on_organization_id Performance Asc organization_id
idx_smart_hr_employee_change_histories_on_smart_hr_employee_id Performance Asc smart_hr_employee_id

Relationships