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

Function dateColumn

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

Source from the content-addressed store, hash-verified

30export const jsonColumn = (name: string) => column(name, "json");
31export const nullableJsonColumn = (name: string) => column(name, "json").nullable();
32export const dateColumn = (name: string) => column(name, "timestamp");
33
34// The policy callback hands us a `ConditionBuilder` typed to the specific table's
35// 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