Hello, I have encountered the issue that I have to tell MySQL to ignore an index. For that I want to use an easy name. It would be easier for the maintenance instead of a CRC32 name.
I found http://stackoverflow.com/questions/7623958/naming-a-relation-in-doctrine-2-orm, but it seems that there isn't changed anything yet. I browsed a little bit the source code and found out that there is no passing of options to the create methods. https://github.com/doctrine/dbal/blob/6d0e8e2a8598f121cdb136507022915247fc98b8/lib/Doctrine/DBAL/Schema/Table.php#L96 In my opinion it would be a great improvement for the DBAL. What do you think about it? Cheers, Marcel -- 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/groups/opt_out.
