MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / dateColumn

Function dateColumn

packages/core/sdk/src/core-schema.ts:31–31  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

29export const jsonColumn = (name: string) => column(name, "json");
30export const nullableJsonColumn = (name: string) => column(name, "json").nullable();
31export const dateColumn = (name: string) => column(name, "timestamp");
32
33// The policy callback hands us a `ConditionBuilder` typed to the specific table's
34// columns; it isn't assignable to the generic `Record<string, AnyColumn>` builder

Callers 1

core-schema.tsFile · 0.85

Calls 1

columnFunction · 0.90

Tested by

no test coverage detected