Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我向联系人实体动态添加了一个额外的字段,并且我想对该字段执行查询过滤器。当我通过异常添加到我的 DQL 时。
我如何过滤那个额外的字段?
请遵循有关创建扩展实体字段的官方指南。
如果您已经设法创建并运行迁移并且新字段出现在数据库中,但无法从代码中访问,您可以尝试运行以下命令来预热所有应用程序缓存
php bin/console oro:platform:update