Doctrine: Generation of ORM indexes automatically
Add the way to generate ORM indexes with single click. Update indexes when clicked on generated indexes entity
@ORM\Index(name="index_name", columns={"field_name"})
@ORM\Index(name="second_index_name", columns={"other_field_name"})
// other indexes ...
good idea. iam searching for the right syntax in different metadata all the time :)
annotations are in official docs => http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/annotations-reference.html#annref-index (use with prefixed ORM\Index) and how can i help implement without Java skills ?))
https://github.com/Haehnchen/idea-php-shopware-plugin/issues/30
(y)
@Haehnchen looks now you can implement it?