Skip to content

boolean() function

Home > @direct-sqlite/schema > boolean

Represents a boolean(0 or 1) type in a table

Signature:

boolean: () => ColumnBuilder<"INTEGER", 0 | 1, true>

Returns:

ColumnBuilder<“INTEGER”, 0 | 1, true>