0 votes

New problem found on Windows / Symfony2 / Doctrine2 / Annotations

When adding an index to a column, the correct annotation is added :

* @ORM\Table(indexes={@ORM\Index(name="IDXZipCode", columns={"zip_code"})})

BUT it removes the Entity annotation so Doctrine don't see the annotation anymore :

* @ORM\Entity
in Solved by (480 points)
recategorized by

Thanks for report. I will check it.

Found and fixed. Fix will be available in the next version.

1 Answer

0 votes
Best answer

Fixed in version 2.1.9. Download it here: http://www.orm-designer.com/download-orm-designer

by Skipper developer (141k points)
selected by