...
The individual databases have to be configured in the application-dbs.yml configuration file. The supported database providers are listed in the yuuvis® Momentum Requirements article.
General Description
...
Column | Description | Data Type (max. length) |
---|---|---|
objectid | Identifies the audit entry. | bigint; primarykey |
referredobjectid | Identifies the object for which the entry was written. Corresponds to the general object property system:objectId . | varchar(36) |
creationdate | Unique date and time of the audit entry creation to ensure traceability. | timestamptz |
createdby | ID of the user who requested the action for which the audit entry is created. | varchar(256) |
tenant | Identifies the tenant the user specified in createdby belongs to.Corresponds to the options property tenant . | varchar(256) |
action | Three digit long history code indicating how the object was imported, deleted, updated, or retrieved. >> Audit Trail - an "Object's History" | int |
traceid | Unique ID to ensure traceability. | varchar(64) |
detail | Description of the history code. | varchar(256) |
versionnumber | The number of the object version to be requested. | int; required |
subaction | int |
...