Every record in vecticum has dates of creation or modification:
| Key | Description | Type |
|---|---|---|
| id_created | Date and time of creation | Timestamp |
| id_modified | Date and time of last modification | Timestamp |
Removing items:
If you want to remove some records from Vecticum, better just mark it as no more usable.
You just need to pass an attribute:
{
“__force:_disabled”: true
}
And to make this document active again:
{
“__force:_disabled”: false
}
Important! For employee class this attribute called exWorker, and _disabled shoud be avoided.