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.
我想复制我们现有的表结构,我们为所有列使用表前缀:
table name: TBLO_TABLE_ONE table columns: TBLO_COLUMN_ONE TBLO_COLUMN_TWO etc...
但是,NamingStrategy 的 Doctrine Interface 似乎无法适应。有任何想法吗?
我已经向 Doctrine2 github 存储库提交了一个拉取请求,添加了这个功能。
https://github.com/doctrine/doctrine2/pull/357