Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doctrine: Generation of ORM indexes automatically #35

Open
azatyan opened this issue May 5, 2015 · 5 comments
Open

Doctrine: Generation of ORM indexes automatically #35

azatyan opened this issue May 5, 2015 · 5 comments
Labels

Comments

@azatyan
Copy link

azatyan commented May 5, 2015

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 ...
@Haehnchen
Copy link
Owner

good idea. iam searching for the right syntax in different metadata all the time :)

@azatyan
Copy link
Author

azatyan commented May 5, 2015

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 ?))

@Haehnchen Haehnchen added the todo label Apr 10, 2016
@Haehnchen
Copy link
Owner

@azatyan
Copy link
Author

azatyan commented Jul 5, 2016

(y)

@azatyan
Copy link
Author

azatyan commented Jul 5, 2016

@Haehnchen looks now you can implement it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants