Skip to main content

hr.education_degrees

Schema: hr
English table: hr.education_degrees
Italian original table: hr.titoli_studio
Description: Specific education degrees and certifications (e.g., Degree in Computer Science).

Overview

  • Columns: 8
  • Primary key: id
  • Outgoing foreign keys: 2
  • Incoming foreign keys: 0
  • Indexes: 3

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
edu_idstu_idintegerNOIdentifier of the related edu record.
edu_namestu_denominazionecharacter varying(60)NODisplay name for edu.
edu_descriptionstu_descrizionetextNODescription text.
edu_degree_type_idstu_stut_idintegerNOReference to the educational level/category (edt_id).
tenant_idtenant_idintegerYESTenant identifier for data isolation.
colcustomcolcustomjsonbYES'{}'::jsonbJSON payload containing additional attributes.
_deleted_deletedbooleanYESfalseFlag indicating whether the record is soft-deleted.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_stu_stut_idedu_degree_type_id, tenant_idhr.education_degree_typesedt_id, tenant_idRESTRICTRESTRICT
fk_tenant_idtenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_education_degreesid
  • Unique: uk_edu_id_tenantedu_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_edu_degree_type_tenantNObtreetenant_id, edu_degree_type_id) WHERE (_deleted = false
idx_edu_id_tenantNObtreetenant_id, edu_id) WHERE (_deleted = false
idx_edu_tenantNObtreetenant_id