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 インターフェースは対応していないようです。何か案は?
Doctrine2 github リポジトリにプル リクエストを送信し、この機能を追加しました。
https://github.com/doctrine/doctrine2/pull/357