Skip to main content

hr.education_degree_types

Schema: hr
English table: hr.education_degree_types
Italian original table: hr.tipi_titoli_studio
Description: Lookup table for types of education degrees (e.g., Bachelor, Master, PhD).

Overview

  • Columns: 6
  • Primary key: id
  • Outgoing foreign keys: 1
  • Incoming foreign keys: 1
  • Indexes: 2

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
edt_idstut_idintegerNOIdentifier of the related edt record.
edt_namestut_denominazionecharacter varying(50)NOThe name of the degree or educational qualification.
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_tenant_idtenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

From tableForeign keySource columnsTarget columns
hr.education_degreesfk_stu_stut_idedu_degree_type_id, tenant_idedt_id, tenant_id

Constraints

  • Primary key: pk_education_degree_typesid
  • Unique: uk_edt_id_tenantedt_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_edt_id_tenantNObtreetenant_id, edt_id) WHERE (_deleted = false
idx_edt_tenantNObtreetenant_id