Introduction
BLOB and binary types let you store data like pictures, music, or any files in a database.
When you want to save a photo uploaded by a user.
When storing audio or video files inside the database.
When you need to keep encrypted or compressed data.
When saving any file or data that is not plain text.
When you want to keep small files directly in your database for easy access.