Answer the question
In order to leave comments, you need to log in
How to create functional indexes in doctrine2?
Is it possible to create such UPPER(colname) indexes using doctrine?
UPD: PostgreSQL DB
Answer the question
In order to leave comments, you need to log in
As far as I know, there is no such option out of the box.
As a workaround, you can create such an index using migrations (they are generally useful to use regardless of this, and there is a special Doctrine Migrations bundle). True, it will be a crutch, which has a decent amount of minuses.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question