MCPcopy Create free account
hub / github.com/anomalyco/console / utc

Function utc

packages/core/src/util/sql.pg.ts:22–25  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

20};
21
22export const utc = (name: string) =>
23 timestamp(name, {
24 withTimezone: true,
25 });
26
27export const timestamps = {
28 timeCreated: utc("time_created").notNull().defaultNow(),

Callers 5

workspace.pg.tsFile · 0.90
user.pg.tsFile · 0.90
state.pg.tsFile · 0.90
run.pg.tsFile · 0.90
sql.pg.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected