Skip to main content
Version: 0.1.9

iasql_audit_log

Table to track the changes performed in the tables managed by IaSQL. It contains information about user, performed change and timestamp.

change: Object

Complex type to reflect the performed change

Type declaration

NameType
changeany
originalany

change_type: audit_log_change_type

Type of change

message: string

Descriptive message of the change

table_name: string

Name of the affected table

transaction_id: string

Transaction identifier

ts: date

Timestamp of the change

user: string

User that committed the change