# DerivedDataLayer.dates property · @imqueue/pg-prisma

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

Columns stored under a timestamp codec, by column name.

**Signature:**

```typescript
dates: Set<string>;
```

## Remarks

By name rather than by table: a row carrying included relations holds columns from several tables at once, and the conversion is driven by what a value is, not by where the statement started.

