hr.x_document_check_types
Schema: hr
English table: hr.x_document_check_types
Italian original table: hr.x_tipo_documents_check
Description: Lookup table for document verification statuses and check results.
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. |
xdct_id | xdoccheck_id | integer | NO | | Identifier of the related xdct record. |
xdct_code | xdoccheck_code | numeric(1,0) | NO | | Code for xdct. |
xdct_description | xdoccheck_description | 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_xdct_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_document_check_types → id
- Unique:
c_uk_xdct_id_tenant → xdct_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xdct_id_tenant_lookup | NO | btree | tenant_id, xdct_id |
idx_xdct_tenant_base | NO | btree | tenant_id |
Navigation