[PostgreSQL] Use different schema #12296
Unanswered
saurinlucas-santafegov
asked this question in
Support Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im using Symfony 6.4 and Doctrine 3.5 with doctrine-postgis. I need to use an specific schema but I'm not sure how is the proper way to do it nor found documentation about it. I tried using the
search_pathparam on my database url but I got an error with migrations.I set my database url like this:
The ran
doctrine:database:create,make:migrationanddoctrine:migrations:migrateand gotHere is a snippet of my
config/packages/doctrine.yamlBeta Was this translation helpful? Give feedback.
All reactions