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 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?