mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
MySQL warning: Deprecated usage of mixed qualified and unqualified column names. #7541
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wkania on GitHub (Aug 4, 2025).
Related to PR.
My current setup consists of one database with the
centralschema and additional schemas (one per client). Until now, I was able to define entities in the code using thecentralschema. The rest did not have a defined schema — each client had a different one — and there is a single code repository.Now, when I run doctrine:schema:validate, I get the following warning:
My config and code: