MySQL tutorial: VARBINARY [EN]
top of page
CerebroSQL

MySQL: 

VARBINARY

VARBINARY(M)

The VARBINARY type is similar to the VARCHAR type, but stores binary
byte strings rather than nonbinary character strings. M represents the
maximum column length in bytes.

Example

bottom of page