We are moving our forum in GitHub Discussions. For questions about Phalcon v3/v4 you can visit here and for Phalcon v5 here.

Migrations and views

I'm trying to run a few migrations, but when I try to update my live database, any views are installed as tables.

In the generated migration code, it says that the table type is a view:

                'TABLE_TYPE' => 'VIEW',

Does anyone know why this is happening?