MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/fumadb/src/schema/create.ts:365–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363} & Record<`varchar(${number})`, string>;
364
365export class Column<Type extends keyof TypeMap, In = unknown, Out = unknown> {
366 type: Type;
367 ormName: string = "";
368 isNullable: boolean = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected