Appearance
nooschain v0.1.0
nooschain / db/schema / NullableBigIntColumn
NullableBigIntColumn = ColumnType<string | null, string | number | bigint | null | undefined, string | number | bigint | null>
ColumnType
string
null
number
bigint
undefined
Defined in: db/schema.ts:43
Nullable bigint column exposed as string/null on reads.