Skip to content

real() function

Home > @direct-sqlite/schema > real

Represents a real type in a table

Signature:

real: () => ColumnBuilder<"REAL", number, true>

Returns:

ColumnBuilder<“REAL”, number, true>