1

我想复制我们现有的表结构,我们为所有列使用表前缀:

table name: 
  TBLO_TABLE_ONE
table columns:
  TBLO_COLUMN_ONE
  TBLO_COLUMN_TWO
  etc...

但是,NamingStrategy 的 Doctrine Interface 似乎无法适应。有任何想法吗?

4

1 回答 1

1

我已经向 Doctrine2 github 存储库提交了一个拉取请求,添加了这个功能。

https://github.com/doctrine/doctrine2/pull/357

于 2012-05-25T20:30:13.640 回答