Description
Postgres allows a variety of alterations to be made to indexes but I can't find a built in way to do it with this library (can do it with pgm.sql() though).
Suggested solution
Create an interface for these, or support the equivalent commands in alterTable()
Alternative
No response
Additional context
I wanted to rename an index but then realized it wasn't there.
Description
Postgres allows a variety of alterations to be made to indexes but I can't find a built in way to do it with this library (can do it with
pgm.sql()though).Suggested solution
Create an interface for these, or support the equivalent commands in
alterTable()Alternative
No response
Additional context
I wanted to rename an index but then realized it wasn't there.