MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / query.schema.ts

File query.schema.ts

packages/core/fumadb/test/query/query.schema.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { column, idColumn, schema, table } from "../../src/schema";
2
3export const v1 = schema({
4 version: "1.0.0",

Callers

nothing calls this directly

Calls 12

schemaFunction · 0.90
tableFunction · 0.90
idColumnFunction · 0.90
columnFunction · 0.90
nullableMethod · 0.80
foreignKeyMethod · 0.80
implyMethod · 0.80
uniqueMethod · 0.65
manyFunction · 0.50
oneFunction · 0.50
defaultTo$Method · 0.45
defaultToMethod · 0.45

Tested by

no test coverage detected