Issue with schema case sensitivity (Postgres) #10068
Unanswered
jdutheil
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.
-
Hi everyone,
I'm using Doctrine in a Symfony project, on an existing Postgresql database ; everything works fine (meaning I reach the DB, can fetch objects, etc..), but there is no way to make migrations or update database schema from command line.
In fact, I always get this error (command make:migration) :
Looks like it's related to Doctrine looking up at database schema, 'cause when I change something in the related entity that doesn't affect the output.
Any idea ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions