I'm currently using the binary data type for images.
$table->binary('image');
An error gets raised when I try to save an image which is more than 64kb in size.
#1366 - Incorrect integer value: '' for column 'pet_owner_id' at row 1.
In MySQL that data type is shown as blob.