StampColumns interface

Columns a model is stamped with, by physical column name.

Signature:

export interface StampColumns 

Properties

Property

Modifiers

Type

Description

createdBy?

string

(Optional) Column stamped once, when the row is created.

deletedAt?

string

(Optional) Column marking the row deleted, when the model is soft-deleted.

deletedBy?

string

(Optional) Column stamped when a delete is rewritten into a stamp.

timestampCodec?

string

(Optional) Codec the timestamp columns are stored under.

updatedAt?

string

(Optional) Column stamped with the time of every write.

updatedBy?

string

(Optional) Column stamped on create and on every update.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.