Binary Large Object.
SQLite: BLOB
Example:
table.addData(TableData.BLOB, "profile_picture")set("profile_picture", byteArrayOf(0x01, 0x02, 0x03))