StampColumns interface
Columns a model is stamped with, by physical column name.
Signature:
export interface StampColumns
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) Column stamped once, when the row is created. | ||
|
string |
(Optional) Column marking the row deleted, when the model is soft-deleted. | ||
|
string |
(Optional) Column stamped when a delete is rewritten into a stamp. | ||
|
string |
(Optional) Codec the timestamp columns are stored under. | ||
|
string |
(Optional) Column stamped with the time of every write. | ||
|
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.