# AuditConfig.model property · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.auditconfig.model/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 1.0.1 — generated reference, not hand-written

Table the trail is inserted into.

**Signature:**

```typescript
model: string;
```

## Remarks

Named `model` for symmetry with the rest of the config, but it is used as a raw table name — it need not be a Prisma model at all, which is the point of writing the trail with raw SQL.

