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

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

Default schema of the listed tables (default `public`).

**Signature:**

```typescript
schema?: string;
```

## Remarks

A model may name its own schema as `schema.Table`, which wins over this. That is what lets a service reconcile tables it creates at run time — a tenant schema, say — without naming the default one.

