Skip to main content

Character Types

The following table describes the character types supported by Relyt.

NameMax. storage sizeDescription
varchar2 MBStores variable-length character strings.
text2 MBStores variable-length character strings.

Both varchar and text types support character strings. Though no limit is set for the length of both types, a varchar or text value can be up to 2 MB in storage size. Any input that exceeds this size limit will result in an error.