Create a STRING data type
Optionallength: number
Optional length (1-65535). If not provided, defaults to TEXT
Whether to use BINARY collation
Compare this DataType with another DataType for equality
The DataType to compare with
true if the types are equal, false otherwise
Serialize a value for storage based on this DataType
The value to serialize
The serialized value
Base class for all data types