id | id | integer | NO | | Primary key of the record. |
dmdl_id | dm_id | integer | NO | | Business identifier of the document model, unique within the tenant. |
dmdl_name | dm_name | character varying(100) | NO | | Document model name. |
dmdl_description | dm_description | character varying(200) | NO | | Document model description. |
dmdl_page | dm_page | character varying(100) | NO | | Application page or UI context associated with the document model. |
dmdl_requires_verification | dm_verifica | boolean | NO | | Indicates whether the document model requires a verification step. |
dmdl_is_direct | dm_diretto | boolean | NO | | Indicates whether the document model is handled directly without intermediate steps. |
dmdl_is_default | dm_default | boolean | NO | | Indicates whether the document model is the default one for its context. |
dmdl_is_enabled | dm_enabled | boolean | NO | | Indicates whether the document model is enabled and available for use. |
dmdl_document_description | dm_doc_description | character varying(200) | NO | | Default description to be used for generated documents. |
dmdl_months_to_show | dm_month_show | integer | NO | | Number of months shown in the selection window. |
dmdl_months_to_show_next | dm_month_show_next | integer | NO | | Number of next months shown in the selection window. |
dmdl_days_to_show | dm_day_show | integer | NO | | Number of days shown in the selection window. |
dmdl_days_to_show_next | dm_day_show_next | integer | NO | | Number of next days shown in the selection window. |
dmdl_justification_function | dm_fn_giustif | character varying(100) | NO | | Function or identifier used to derive the related justification. |
dmdl_select_anomaly | dm_select_anomalia | boolean | NO | | Indicates whether the model includes anomaly selection. |
dmdl_check_duplicate_request | dm_check_duplicate_request | numeric(1,0) | NO | | Flag indicating whether to check for duplicate requests (numeric 0/1). |
dmdl_document_reference_type_id | dm_tdocrif_id | integer | NO | | Identifier of the document reference type used by the model. |
dmdl_next_day_disabled | dm_day_next_disabled | integer | NO | | Number of next days that are disabled from selection. |
tenant_id | tenant_id | integer | YES | | Tenant identifier for row-level partitioning. |
colcustom | colcustom | jsonb | YES | '{}'::jsonb | Custom fields in JSON format. |
_deleted | _deleted | boolean | YES | false | Soft delete flag. |