mirror of
https://github.com/doctrine/orm.git
synced 2026-04-25 15:38:10 +02:00
DDC-160: Index annotation documentation #196
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 (Nov 19, 2009).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user rickdt:
Please add some documentation about indexes annotation mapping, I had to guess it reading the AnnotationParser code.
A simple example would have helped a lot.
indexes={@index(name="idx_record_id", columns={"record_id"})}
@doctrinebot commented on GitHub (Nov 19, 2009):
@doctrinebot commented on GitHub (Jan 31, 2010):
Comment created by @beberlei:
I added a reference with almost all the annotations, except inheritance related in a recent commit. It will be built in the next 24h.
It includes Details on @Index and @Table so this issue is closed.
@doctrinebot commented on GitHub (Jan 31, 2010):
Issue was closed with resolution "Fixed"