id | id | integer | NO | | Primary key identifier for the equipment assignment record. |
person_equipment_assignment_id | anadot_id | integer | NO | | Internal reference ID for the equipment assignment. |
person_equipment_person_id | anadot_ana_id | integer | NO | | Foreign key referencing the person (employee) who receives the equipment. |
person_equipment_equipment_id | anadot_dot_id | integer | NO | | Foreign key referencing the equipment item being assigned. |
person_equipment_assigned_on | anadot_data_assegnazione | date | NO | | Date when the equipment was assigned to the person. |
person_equipment_is_returned | anadot_restituito | boolean | NO | | Flag indicating whether the equipment has been returned. |
person_equipment_returned_on | anadot_data_restituzione | date | NO | | Date when the equipment was returned. |
person_equipment_return_notes | anadot_note_restituzione | text | NO | | Notes or comments regarding the return of the equipment. |
person_equipment_is_noncompliant_return | anadot_restituzione_non_conforme | boolean | NO | | Flag indicating if the return was non‑compliant (e.g., damaged, incomplete). |
person_equipment_expires_on | anadot_data_scadenza | date | NO | | Scheduled expiration/return date for the equipment assignment. |
tenant_id | tenant_id | integer | YES | | Multi‑tenant isolation column. References cloud._tenant. |
colcustom | colcustom | jsonb | YES | '{}'::jsonb | JSONB field for custom, tenant‑specific extensions. |
_deleted | _deleted | boolean | YES | false | Soft‑delete flag. When true, the record is considered logically deleted. |