Create a JSON column type
Optionaloptions: { validate?: boolean; unescapedUnicode?: boolean; compact?: boolean }
Options for JSON column
OptionalvalidateOptionalunescapedOptionalcompactCompare 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
Optionaldialect: string
Base class for all data types