boolean() function
Home > @direct-sqlite/schema > boolean
boolean() function
Section titled “boolean() function”Represents a boolean(0 or 1) type in a table
Signature:
boolean: () => ColumnBuilder<"INTEGER", 0 | 1, true>Returns:
ColumnBuilder<“INTEGER”, 0 | 1, true>