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

Migrations with a long text field

I have a data model which uses longtext fields. Unfortunately when using migrations, it changeds this definition into ordinary text, losing me a sizeable chunk of the data stored in these fields.

Is there a way make migrations create longtext fields?



32.2k
Accepted
answer

We don't have support for longtext (see column). Create a NFR.

Good luck