Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ defaultTo
Method
defaultTo
packages/core/fumadb/src/schema/create.ts:493–495 ·
view source on GitHub ↗
(value: TypeMap[Type])
Source
from the content-addressed store, hash-verified
491
}
492
493
override defaultTo(value: TypeMap[Type]) {
494
return
super.defaultTo(value) as IdColumn<Type, In | null, Out>;
495
}
496
}
497
498
export
function
column<Type extends keyof TypeMap>(
Callers
nothing calls this directly
Calls
1
defaultTo
Method · 0.45
Tested by
no test coverage detected