# AuthorshipColumns.deletedAt property · @imqueue/pg-prisma

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

Soft-delete column whose being set makes an update stamp `deletedBy`.

**Signature:**

```typescript
deletedAt?: string;
```

## Remarks

Optional: a model without one simply never stamps `deletedBy`. The extension looks at the incoming `data` for this key rather than at the stored row, so it stamps whenever a write is setting the column to a non-null value — which is what a soft delete rerouted through [softDelete()](https://imqueue.org/api/pg-prisma/latest/pg-prisma.softdelete/) looks like.

