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