mirror of
https://github.com/doctrine/orm.git
synced 2026-04-26 16:08:03 +02:00
DDC-3201: Add "option" attribute in JoinTable annotation #3965
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jul 1, 2014).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user jewome62:
Hello,
In my project, i try to use Doctrine 2 with all table in MyISAM because there is an existing project structure.
But when i create Many To Many association, i can't specify the MySQL's engine.
I think this option can be add in @JoinTable
I speak "annotation" (because I use annotations) but I suggest, of course, for all formats
Thanks