Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ column, idColumn, schema, table } from
"../../src/schema"
;
2
3
export
const
v1 = schema({
4
version:
"1.0.0"
,
Callers
nothing calls this directly
Calls
12
schema
Function · 0.90
table
Function · 0.90
idColumn
Function · 0.90
column
Function · 0.90
nullable
Method · 0.80
foreignKey
Method · 0.80
imply
Method · 0.80
unique
Method · 0.65
many
Function · 0.50
one
Function · 0.50
defaultTo$
Method · 0.45
defaultTo
Method · 0.45
Tested by
no test coverage detected