gpt4 book ai didi

entity-framework - Symfony:如何验证主义实体映射一致性

转载 作者:行者123 更新时间:2023-12-04 10:36:10 25 4
gpt4 key购买 nike

浏览我使用 Symfony 构建的应用程序时,我发现某些实体的某些映射不一致。

Symfony Profiler 告诉我:

AppBundle\Entity\Email The mappings AppBundle\Entity\Email#forCustomer and AppBundle\Entity\Customer#emails are inconsistent with each other.



并且,反过来:

AppBundle\Entity\Customer The association AppBundle\Entity\Customer#emails refers to the owning side field AppBundle\Entity\Email#owner which does not exist.



如何一次检查所有实体以发现这种不一致,而不必浏览所有应用程序希望我发现其他不一致?

最佳答案

对于 Symfony 版本 3.4 你可以尝试:
app/console doctrine:schema:validate
和 Symfony 3.4 4.* :
bin/console doctrine:schema:validate

关于entity-framework - Symfony:如何验证主义实体映射一致性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34284781/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com