hr.x_contact_method_types
Schema: hr
English table: hr.x_contact_method_types
Italian original table: hr.x_tipi_recapito
Description: Lookup table for contact method types (e.g., Office Email, Personal Mobile, Home Phone).
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. |
xcmt_id | tr_id | integer | NO | | Identifier of the related xcmt record. |
xcmt_description | tr_descrizione | character varying(80) | 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_xcmt_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_contact_method_types → id
- Unique:
c_uk_xcmt_id_tenant → xcmt_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xcmt_id_tenant_lookup | NO | btree | tenant_id, xcmt_id |
idx_xcmt_tenant_base | NO | btree | tenant_id |
Navigation