Hello,
according to the docs
https://docs.phalconphp.ru/ru/latest/api/Phalcon_Db_Column.html
there is no BLOB field type, and moreover it automatically converts all by blob fields into varchar(1) losing all the blob data on migration.
Is there any solution to migrate the DB with saving blobs?
Thank you.