Appearance
nooschain v0.1.0
nooschain / db/schema / NumericColumn
NumericColumn = ColumnType<string | null, string | number | null | undefined, string | number | null>
ColumnType
string
null
number
undefined
Defined in: db/schema.ts:57
Numeric column helper exposed as string/null on reads.