# DeriveFields interface · @imqueue/pg-prisma

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

Field names to look for, where they are not the defaults.

**Signature:**

```typescript
export interface DeriveFields 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [createdBy?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.derivefields.createdby/) |  | string | _(Optional)_ Field holding the creating actor. Default `createdBy`. |
| [deletedAt?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.derivefields.deletedat/) |  | string | _(Optional)_ Field marking a row soft-deleted. Default `deletedAt`. |
| [deletedBy?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.derivefields.deletedby/) |  | string | _(Optional)_ Field holding the deleting actor. Default `deletedBy`. |
| [updatedAt?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.derivefields.updatedat/) |  | string | _(Optional)_ Field holding the time of the last write. Default `updatedAt`. |
| [updatedBy?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.derivefields.updatedby/) |  | string | _(Optional)_ Field holding the last updating actor. Default `updatedBy`. |

