Appearance
nooschain v0.1.0
nooschain / db/schema / BigIntColumn
BigIntColumn = ColumnType<string, string | number | bigint, string | number | bigint>
ColumnType
string
number
bigint
Defined in: db/schema.ts:36
Bigint column exposed as string on reads to avoid JavaScript precision loss.