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 |
|---|---|---|---|
|
string |
Column stamped once, when the row is created. | ||
|
string |
(Optional) Soft-delete column whose being set makes an update stamp | ||
|
string |
Column stamped when an update sets | ||
|
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.