TINYBLOB, BLOB, MEDIUMBLOB and LONGBLOB in MySQL
Published in SQL Guides
The BLOB data type comes in four different types, each with a varying maximum length of data it can hold: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB. Let's explore the specifics of each type.