Schema: hr
English table: hr.x_outcome_types
Italian original table: hr.x_tipi_esiti
Description: Lookup table for outcome types (e.g., Approved, Rejected, Pending) used in various HR processes.
Overview
- Columns: 5
- Primary key: id
- Outgoing foreign keys: 1
- Incoming foreign keys: 0
- Indexes: 2
Columns
| English column | Italian original column | Type | Null | Default / Generated | Description |
|---|
id | id | integer | NO | | Surrogate primary key. |
xot_id | xtes_id | integer | NO | | Identifier of the related xot record. |
xot_code | xtes_codice | integer | NO | | Code for xot. |
xot_description | xtes_descrizione | character varying(50) | NO | | Description text. |
tenant_id | tenant_id | integer | YES | | Tenant identifier for data isolation. |
Relationships
Outgoing foreign keys
| Constraint | Local columns | References | Referenced columns | On update | On delete |
|---|
fk_xot_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_outcome_types → id
- Unique:
c_uk_xot_id_tenant → xot_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xot_id_tenant_lookup | NO | btree | tenant_id, xot_id |
idx_xot_tenant_base | NO | btree | tenant_id |
Navigation