我在symfony 2.5中使用推进器为我的项目工作。
我需要向fos_user
表添加行为,因此我需要一种方法来覆盖src/
目录中的原始模式文件。将我的项目定义为FOSUserBundle
的孩子确实有效,但这不是我想要的。
还有其他办法吗?
答案 0 :(得分:2)
you can copy the original schema file to your app directory
and add the behavior you need. The way is exactly like overriding
any twig templates from vendors.