Create
Query
cards.db
—
audit_log
audit_log
cards
email_verification_tokens
invitations
migrations
organisation_settings
organisations
password_reset_tokens
sqlite_sequence
user_settings
users
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into audit_log
id
Primary key.
TEXT
event_type
TEXT NOT NULL
entity_type
TEXT NOT NULL
entity_id
TEXT NOT NULL
entity_data
TEXT
performed_by
TEXT
performed_at
DATETIME (default CURRENT_TIMESTAMP)
organisation_id
TEXT
Insert
Cancel