-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[NFR] \Phaclon\Db\Index: TYPE #1989
Comments
Actually I was working on a similar feature but had no time to finish it :-( |
support for example: unique indexes would be awesome |
+1 |
👍 |
@andresgutierrez Issue is solved |
@sergeyklay Implemented in #2449 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[NOW]:
Currently we can create index via db adapter:
But we can't set index type. Index has only two properties (name and columns) - http://docs.phalconphp.com/en/latest/api/Phalcon_Db_Index.html
[NFR]:
Adding new fields 'type' to improve index:
This will allow to generate sql:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: