.. _EB_TrattamentoDati: .. index:: single: EB_TrattamentoDati EB_TrattamentoDati ================== Trattamento Dati Comprende i seguenti campi (in ordine alfabetico): * :ref:`DataFine ` * :ref:`DataInizio ` * :ref:`DataRevoca ` * :ref:`Descrizione ` * :ref:`EBMagic ` * :ref:`Note ` * :ref:`NumeroInterno ` * :ref:`TSCreazione ` * :ref:`TSModifica ` * :ref:`flags ` * :ref:`id ` * :ref:`ref_AttivitaTrattamento ` * :ref:`ref_Azienda ` * :ref:`ref_ClienteFornitore ` * :ref:`ref_Subresponsabile1 ` * :ref:`ref_Subresponsabile2 ` * :ref:`ref_Subresponsabile3 ` * :ref:`ref_UtenteCreazione ` * :ref:`ref_UtenteModifica ` * :ref:`uuid ` * :ref:`val_Stato ` * :ref:`val_TipoSoggetto ` Segue il dettaglio di ognuno dei campi (in ordine di definizione sul database): .. _EB_TrattamentoDati_id: .. index:: single: EB_TrattamentoDati; id id ^^ Numero di identificazione * **Tipo di dato:** *INT* * **Flags:** ``PRIMARY_KEY``, ``NOT_NULL``, ``AUTO_INCREMENT``, ``HIDDEN`` .. _EB_TrattamentoDati_uuid: .. index:: single: EB_TrattamentoDati; uuid uuid ^^^^ UUID del record * **Tipo di dato:** *CHAR (36)* * **Flags:** ``NOT_NULL``, ``HIDDEN`` .. _EB_TrattamentoDati_EBMagic: .. index:: single: EB_TrattamentoDati; EBMagic EBMagic ^^^^^^^ Valore magico * **Tipo di dato:** *BIGINT* * **Flags:** ``NOT_NULL``, ``HIDDEN``, ``UNSIGNED`` .. _EB_TrattamentoDati_TSCreazione: .. index:: single: EB_TrattamentoDati; TSCreazione TSCreazione ^^^^^^^^^^^ Timestamp di creazione * **Tipo di dato:** *TIMESTAMP* * **Flags:** - .. _EB_TrattamentoDati_ref_UtenteCreazione: .. index:: single: EB_TrattamentoDati; ref_UtenteCreazione ref_UtenteCreazione ^^^^^^^^^^^^^^^^^^^ Utente che ha creato questo dato * **Tipo di dato:** *INT* * **Riferimento al campo:** :ref:`EB_Utenti.id ` * **Flags:** ``NOT_NULL``, ``FOREIGN_KEY`` .. _EB_TrattamentoDati_TSModifica: .. index:: single: EB_TrattamentoDati; TSModifica TSModifica ^^^^^^^^^^ Timestamp di ultima modifica * **Tipo di dato:** *TIMESTAMP* * **Flags:** ``NOT_NULL`` .. _EB_TrattamentoDati_ref_UtenteModifica: .. index:: single: EB_TrattamentoDati; ref_UtenteModifica ref_UtenteModifica ^^^^^^^^^^^^^^^^^^ Ultimo utente che ha modificato questo dato * **Tipo di dato:** *INT* * **Riferimento al campo:** :ref:`EB_Utenti.id ` * **Flags:** ``NOT_NULL``, ``FOREIGN_KEY`` .. _EB_TrattamentoDati_flags: .. index:: single: EB_TrattamentoDati; flags flags ^^^^^ Flags varie del dato * **Tipo di dato:** *INT* * **Flags:** ``HIDDEN``, ``NOT_NULL`` .. _EB_TrattamentoDati_NumeroInterno: .. index:: single: EB_TrattamentoDati; NumeroInterno NumeroInterno ^^^^^^^^^^^^^ NumeroInterno * **Tipo di dato:** *INT* * **Flags:** ``NOT_NULL``, ``REQUIRED`` .. _EB_TrattamentoDati_val_TipoSoggetto: .. index:: single: EB_TrattamentoDati; val_TipoSoggetto val_TipoSoggetto ^^^^^^^^^^^^^^^^ Tipo Soggetto * **Tipo di dato:** *INT* * **Scelta fissa:** :ref:`TipologieSoggetto ` * **Flags:** ``NOT_NULL`` .. _EB_TrattamentoDati_DataInizio: .. index:: single: EB_TrattamentoDati; DataInizio DataInizio ^^^^^^^^^^ Data Inizio * **Tipo di dato:** *DATE* * **Flags:** - .. _EB_TrattamentoDati_DataFine: .. index:: single: EB_TrattamentoDati; DataFine DataFine ^^^^^^^^ Data Fine * **Tipo di dato:** *DATE* * **Flags:** - .. _EB_TrattamentoDati_DataRevoca: .. index:: single: EB_TrattamentoDati; DataRevoca DataRevoca ^^^^^^^^^^ Data Revoca * **Tipo di dato:** *DATE* * **Flags:** - .. _EB_TrattamentoDati_Note: .. index:: single: EB_TrattamentoDati; Note Note ^^^^ Note * **Tipo di dato:** *VARCHAR (1024)* * **Flags:** - .. _EB_TrattamentoDati_ref_Azienda: .. index:: single: EB_TrattamentoDati; ref_Azienda ref_Azienda ^^^^^^^^^^^ Azienda * **Tipo di dato:** *INT* * **Riferimento al campo:** :ref:`EB_Aziende.id ` * **Flags:** ``NOT_NULL``, ``REQUIRED``, ``FOREIGN_KEY`` .. _EB_TrattamentoDati_ref_ClienteFornitore: .. index:: single: EB_TrattamentoDati; ref_ClienteFornitore ref_ClienteFornitore ^^^^^^^^^^^^^^^^^^^^ Cliente Fornitore * **Tipo di dato:** *INT* * **Riferimento al campo:** :ref:`EB_ClientiFornitori.id ` * **Flags:** ``NOT_NULL``, ``REQUIRED``, ``FOREIGN_KEY`` .. _EB_TrattamentoDati_ref_Subresponsabile1: .. index:: single: EB_TrattamentoDati; ref_Subresponsabile1 ref_Subresponsabile1 ^^^^^^^^^^^^^^^^^^^^ Primo sub responsabile * **Tipo di dato:** *INT* * **Riferimento al campo:** :ref:`EB_AltreAnagrafiche.id ` * **Flags:** ``FOREIGN_KEY`` .. _EB_TrattamentoDati_ref_AttivitaTrattamento: .. index:: single: EB_TrattamentoDati; ref_AttivitaTrattamento ref_AttivitaTrattamento ^^^^^^^^^^^^^^^^^^^^^^^ Attività Trattamento * **Tipo di dato:** *INT* * **Riferimento al campo:** :ref:`EB_AttivitaTrattamentoDati.id ` * **Flags:** ``NOT_NULL``, ``REQUIRED``, ``FOREIGN_KEY`` .. _EB_TrattamentoDati_val_Stato: .. index:: single: EB_TrattamentoDati; val_Stato val_Stato ^^^^^^^^^ Stato trattamento * **Tipo di dato:** *INT* * **Scelta fissa:** :ref:`TipiStatoTrattamento ` * **Flags:** ``NOT_NULL`` .. _EB_TrattamentoDati_Descrizione: .. index:: single: EB_TrattamentoDati; Descrizione Descrizione ^^^^^^^^^^^ Descrizione * **Tipo di dato:** *VARCHAR (20)* * **Flags:** ``NOT_NULL`` .. _EB_TrattamentoDati_ref_Subresponsabile2: .. index:: single: EB_TrattamentoDati; ref_Subresponsabile2 ref_Subresponsabile2 ^^^^^^^^^^^^^^^^^^^^ Secondo sub responsabile * **Tipo di dato:** *INT* * **Riferimento al campo:** :ref:`EB_AltreAnagrafiche.id ` * **Flags:** ``FOREIGN_KEY`` .. _EB_TrattamentoDati_ref_Subresponsabile3: .. index:: single: EB_TrattamentoDati; ref_Subresponsabile3 ref_Subresponsabile3 ^^^^^^^^^^^^^^^^^^^^ Terzo sub responsabile * **Tipo di dato:** *INT* * **Riferimento al campo:** :ref:`EB_AltreAnagrafiche.id ` * **Flags:** ``FOREIGN_KEY``