You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to configure messenger dsn as doctrine and i am using Postgres database.
I want to set the option table_name and specify the schema like the example below
I have the error bellow when trying to doctrine:schema:update
SQLSTATE[3F000]: Invalid schema name: 7 ERROR: schema "notify_property_management" does not exist
Because the framework here tries to create to create a function in the DB and the sprintf consider that the option table_name has no schema.
I would suggest :
add the option schema_name
Or making the option table_name support a schema name