A BLOB
is a binary large object that can hold a variable amount of data. The four BLOB
types are
These differ only in the maximum length of the values they can hold.
The TEXT
types are
These correspond to the four BLOB
types and have the same maximum lengths and storage requirements.
Starting from MariaDB 10.2.1, BLOB
and TEXT
columns can have a DEFAULT
value.
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/blob-and-text-data-types/