AuthorshipColumns interface

Which columns on one model carry authorship, and which one triggers a delete stamp.

Signature:

export interface AuthorshipColumns 

Properties

Property

Modifiers

Type

Description

createdBy

string

Column stamped once, when the row is created.

deletedAt?

string

(Optional) Soft-delete column whose being set makes an update stamp deletedBy.

deletedBy

string

Column stamped when an update sets deletedAt.

updatedBy

string

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.