Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 268 Bytes

File metadata and controls

12 lines (8 loc) · 268 Bytes
id datatypes-string
title String Types

Strings of an arbitrary length.

The length is not limited.

The value can contain an arbitrary set of bytes, including null bytes. The String type replaces the types VARCHAR, BLOB, CLOB, and others from other DBMSs.