Skip to main content

hr.person_education_records

Schema: hr
English table: hr.person_education_records
Italian original table: hr.ana_titoli_studio
Description: Education title records associated with a person, including score and honors, within the tenant.

Overview

  • Columns: 10
  • Primary key: id
  • Outgoing foreign keys: 1
  • Incoming foreign keys: 0
  • Indexes: 4

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
person_education_record_idanatit_idintegerNOTenant-scoped education record identifier.
education_title_idanatit_stu_idintegerNOReferenced education title identifier (tenant-scoped).
person_idanatit_ana_idintegerNOReferenced person identifier (tenant-scoped).
score_pointsanatit_puntinumeric(4,0)NOScore points achieved for the education title.
max_score_pointsanatit_max_puntinumeric(4,0)NOMaximum score points for the education title.
has_honorsanatit_lodebooleanNOIndicates whether the education title was achieved with honors (lode).
tenant_idtenant_idintegerYESTenant identifier.
colcustomcolcustomjsonbYES'{}'::jsonbCustom fields in JSON format.
_deleted_deletedbooleanYESfalseTechnical soft delete flag.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_person_education_records_tenanttenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_person_education_recordsid
  • Unique: uk_person_education_records_record_idperson_education_record_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_pedu_tenantNObtreetenant_id
idx_pedu_tenant_personNObtreetenant_id, person_id) WHERE (_deleted = false
idx_pedu_tenant_record_idNObtreetenant_id, person_education_record_id) WHERE (_deleted = false
idx_pedu_tenant_titleNObtreetenant_id, education_title_id) WHERE (_deleted = false