Skip to main content

TEXT

Constant TEXT 

Source
pub const TEXT: TypeMarker;
Expand description

Specifies a TEXT column type.

ยงExample

#[column(text)]
name: String,

TEXT columns store variable-length UTF-8 character strings with no size limit.

See: https://sqlite.org/datatype3.html#storage_classes_and_datatypes