TEXT

TEXT

text type with length variants, such as tinytext, mediumtext, and longtext

Constructor

new TEXT(length)

Parameters:
Name Type Description
length

one of LENGTH_VARIANTS: tiny, empty, medium, or long

Example:
TEXT
TEXT(LENGTH_VARIANTS.long)