Is there a way for the automatic doctrine_migration_versions
to be stored in a schema other than public
?
Right now I have a schema called inschrijving
and all the entities properties are stored as tables and columns within that schema, but not the doctrine migration versions table.
Here's how my entities are stored:
And the doctrine_migration_versions
is stored in the public
schema:
I cannot find anywhere how to configure doctrine in order for the doctrine_migration_versions to be stored within the inschrijving schema instead of the public schema