Schema: hr
English table: hr.x_event_phases
Italian original table: hr.x_eventi_fasi
Description: Records for x event phases.
Overview
- Columns: 4
- 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. |
xep_id | evfa_id | integer | NO | | Identifier of the related xep record. |
xep_description | evfa_description | character varying(10) | 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_tenant_id | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_event_phases → id
- Unique:
uk_xep_id_tenant → xep_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xep_id_tenant | NO | btree | tenant_id, xep_id |
idx_xep_tenant | NO | btree | tenant_id |
Navigation