Specific schema name
Closed this issue · 2 comments
PavukEdya commented
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
RustyGuard commented
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
PavukEdya commented
thanks