AuthorshipColumns.deletedAt property

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

Signature:

deletedAt?: string;

Remarks

Optional: a model without one simply never stamps deletedBy. The extension looks at the incoming data for this key rather than at the stored row, so it stamps whenever a write is setting the column to a non-null value — which is what a soft delete rerouted through softDelete() looks like.

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