We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

TYPE_BLOB for Phalcon\Db\Column

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.

Just came across this issue myself. Any solutions?