Schema: hr
English table: hr.x_proxy_types
Italian original table: hr.x_tipo_deleghe
Description: Lookup table for proxy/delegation types (e.g., Union, Signing Authority).
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. |
xpxt_id | xtipde_id | integer | NO | | Identifier of the related xpxt record. |
xpxt_code | xtipode_codice | character varying(1) | NO | | Code for xpxt. |
xpxt_type | xtipode_tipo | character varying(20) | NO | | Text value. |
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_xpxt_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_proxy_types → id
- Unique:
c_uk_xpxt_id_tenant → xpxt_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xpxt_id_tenant_lookup | NO | btree | tenant_id, xpxt_id |
idx_xpxt_tenant_base | NO | btree | tenant_id |
Navigation