# ChangeTriggerConfig.models property · @imqueue/pg-prisma

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

Tables that should notify — the complete desired set, not an addition.

**Signature:**

```typescript
models?: readonly string[];
```

## Remarks

Reconciliation is two-way: a table listed here without the trigger gets it, and a table that HAS the trigger but is not listed here has it dropped. So omitting `models` entirely (the default empty array) removes the trigger from every table it is currently on.

