-
Notifications
You must be signed in to change notification settings - Fork 13
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
Indexes should support more types to deal with Postgresql indexes #56
Comments
Hi @pierresouchay!
But I just checked and saw that the official And thanks for implementing the extra indexes, I will apply your PR shortly |
@Vanderhoof indeed, a colleague of mine had the issue with sql2dbml tool... Thanks a lot! PS: thank you for your work on this lib, and it would be amazing if you could do a release not before too long. |
Sure, I will do the release within an hour! |
Indexes seem to support only hash and btree
But just to name Postgresql, there are many other index types:
@Vanderhoof We can either add those values in the enum or maybe allow any kind of value, do you have an opinion on the subject?
The text was updated successfully, but these errors were encountered: