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',
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',