Character Types
The following table describes the character types supported by Relyt.
Name | Max. storage size | Description |
---|---|---|
varchar | 2 MB | Stores variable-length character strings. |
text | 2 MB | Stores 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.