Pogchamp-company/alembic-postgresql-enum

Specific schema name

Closed this issue · 2 comments

i know i can set them in revision but it doesn't look comfortably
maybe create Enum attribute (schema f.e. ) which was used to generate revision

https://docs.sqlalchemy.org/en/20/core/type_basics.html#sqlalchemy.types.Enum.__init__
Enum already has schema attribute, which correctly works with our extension

thanks