Putting a blob in migrations

What data type would i use in the migration for audio files?
I usually use blob but i do not know if that works with the migration,
should I just use string and change it in MySql to blob?