String

String fields allow you to store short, alphanumeric values, such as text or character data. We allow you to specify a minimum and maximum required length for a string field, and string fields have a default character limit of 10,000 characters.

➡️ Examples of string fields in a database might include names, addresses, product descriptions, email addresses, and textual comments.

Last updated