Schema: hr
English table: hr._q_elab_meridiana
Italian original table: hr._q_elab_meridiana
Description: Queue table for Meridiana processing jobs, including payload, session reference and execution tracking.
Overview
- Columns: 9
- Primary key: id
- Outgoing foreign keys: 1
- Incoming foreign keys: 0
- Indexes: 1
Columns
| English column | Italian original column | Type | Null | Default / Generated | Description |
|---|
id | id | integer | NO | | Primary key. |
qelme_queue_job_id | qelme_id | integer | NO | | Queue job identifier (unique per tenant). |
qelme_job_type | qelme_tipo | character varying(3) | NO | | Job type code. |
qelme_payload | qelme_dati | text | NO | | Job payload/data to be processed. |
qelme_source_session_id | qelme_s_session_id | text | NO | | Source session identifier associated with the job. |
qelme_inserted_at | qelme_datetime_insert | character varying(14) | NO | | Insertion timestamp stored as a 14-character string (legacy format). |
qelme_is_executed | qelme_exe | boolean | NO | | Whether the job has been executed. |
qelme_executed_at | qelme_datetime_exe | character varying(14) | NO | | Execution timestamp stored as a 14-character string (legacy format). |
tenant_id | tenant_id | integer | YES | | Tenant identifier. |
Relationships
Outgoing foreign keys
| Constraint | Local columns | References | Referenced columns | On update | On delete |
|---|
fk__q_meridiana_jobs_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk__q_meridiana_jobs → id
- Unique:
uk__q_meridiana_jobs_tenant_queue_job_id → qelme_queue_job_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_qelme_tenant | NO | btree | tenant_id |
Navigation