mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #956] [CLOSED] [WIP] Foreign association index names #8953
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/956
Author: @jsuggs
Created: 2/19/2014
Status: ❌ Closed
Base:
master← Head:foreign-association-index-names📝 Commits (2)
bf6e5b5Allow for the specification of an indexName for ManyToOne relationshipscca4ec4Allow for the specification of an indexName for ManyToMany relationships📊 Changes
4 files changed (+19 additions, -2 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(+2 -0)📝
lib/Doctrine/ORM/Mapping/ManyToMany.php(+5 -0)📝
lib/Doctrine/ORM/Mapping/ManyToOne.php(+5 -0)📝
lib/Doctrine/ORM/Tools/SchemaTool.php(+7 -2)📄 Description
See http://www.doctrine-project.org/jira/browse/DDC-2989
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.