mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-2736: Error generating annotations of index in Entities #3425
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 (Oct 11, 2013).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user tineo:
<?php // /**** ``` @ORM\Entity @ORM\Table(name="opportunities",indexes={@ORM\index(name="idx*opp_name", columns={"name"}),@ORM\index(name="idx_opp_assigned", columns={"assigned_user*id"})}) ****/ // ``` @ORM\index instead of @ORM\Index // ?>throw this error
[Doctrine\Common\Annotations\AnnotationException]
[Semantical Error] The annotation "@Doctrine\ORM\Mapping\index" in class CRM\Entity\Opportunities does not exist, or could not be auto-loaded.