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

File relations.schema.ts

packages/core/fumadb/test/query/relations.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
3const users = table("users", {
4 id: idColumn("id", "varchar(255)").defaultTo$("auto"),

Callers

nothing calls this directly

Calls 11

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

Tested by

no test coverage detected