Hello, I'm working on an sf2 app and I keep running the doctrine:schema:update command and seeing new index names for a JoinColumn annotation on one of my entities. I actually have a covering index specified in the @Table annotation, but the update command yields an ALTER to drop the current index and add a new one with what appears to be a random hash: IDX_423FC084BD2A4C0 What I'd like is to be able to explicit name the index for the join so that it doesn't detect a change between deployments, or whatever is used to make the part after the IDX_. Is there a way to name this index explicitly so it doesn't change between runs?
Thanks for your help, Stan -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
