AuditColumns interface
Column names in the audit target table.
Signature:
export interface AuditColumns
Remarks
Every name is required, because the rows are written with raw SQL that quotes these identifiers directly — there is no Prisma model to fall back on. The code generator emits this as AUDIT_CONFIG, so it normally comes from your schema rather than being written by hand.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
Column holding the action string. | ||
|
string |
Column holding the JSON payload: the record, or the args plus a count. | ||
|
string |
Column stamped with the database's | ||
|
string |
Column holding the name of the model that was written. | ||
|
string |
Column holding the JSON actor, as returned by | ||
|
string |
Column holding the affected record's |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.