Skip to content

nooschain v0.1.0


nooschain / db/schema / NumericColumn

Type Alias: NumericColumn

NumericColumn = ColumnType<string | null, string | number | null | undefined, string | number | null>

Defined in: db/schema.ts:57

Numeric column helper exposed as string/null on reads.

Audience-first NOOSChain documentation.