Meta data
You can utilize the meta column to store additional meta data about the site or element you are referencing - this works similar to Twitter Cards or Facebook's Open Graph API.
The following attributes are supported
Parameter name | Description |
---|---|
url | The website URL |
site | The website name |
title | The website title |
description | Content description |
image | Preview image |
video | Embedded video |
icon | Icon for external application 16x16px |
Monitor entries
Records are also being used to store information about changes that occured with the related object.
Those records are flagged as "Monitor entry" (flag: 3
)
The record text represents the changeset that occured. The text value consists of the following elements:
{ACTION} {entity} {index} {name}
For instance, when an object (in the following example a "task") is created, ZeyOS automatically creates a record with the following text:
CREATE tasks 123 Sample task
The following action labels exist:
- CREATE
- MODIFY
- DELETE
- ACTIVATE
- DEACTIVATE
- ARCHIVE
- RESTORE
Table contained 0 rows