Skip to content

text() function

Home > @direct-sqlite/schema > text

Represents a text type in a table

Signature:

text: () => ColumnBuilder<"TEXT", string, true>

Returns:

ColumnBuilder<“TEXT”, string, true>