# StampColumns interface · @imqueue/pg-prisma

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

Columns a model is stamped with, by physical column name.

**Signature:**

```typescript
export interface StampColumns 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [createdBy?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.stampcolumns.createdby/) |  | string | _(Optional)_ Column stamped once, when the row is created. |
| [deletedAt?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.stampcolumns.deletedat/) |  | string | _(Optional)_ Column marking the row deleted, when the model is soft-deleted. |
| [deletedBy?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.stampcolumns.deletedby/) |  | string | _(Optional)_ Column stamped when a delete is rewritten into a stamp. |
| [timestampCodec?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.stampcolumns.timestampcodec/) |  | string | _(Optional)_ Codec the timestamp columns are stored under. |
| [updatedAt?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.stampcolumns.updatedat/) |  | string | _(Optional)_ Column stamped with the time of every write. |
| [updatedBy?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.stampcolumns.updatedby/) |  | string | _(Optional)_ Column stamped on create and on every update. |

