Table prefixes are not picked up by autogenerate #721
Labels
autogenerate - detection
autogenerate - rendering
good first issue
Good for newcomers
use case
not quite a feature and not quite a bug, something we just didn't think of
Describe the bug
Currently sqlalchemy
Table.prefixes
are not picked up by alembic when generating a migration usingalembic revision --autogenerate
Expected behavior
The
prefixes
are picked up by alembic. I've not tested it with other table keyboard, but maybe it's a more common theme.To Reproduce
Please try to provide a Minimal, Complete, and Verifiable example, with the migration script and/or the SQLAlchemy tables or models involved.
See also Reporting Bugs on the website.
Error
Versions.
Additional context
Manually adding
prefixes=[...]
to thecreate_table
function after autogenerate does work correctly, so this is just a nice to have featureHave a nice day!
The text was updated successfully, but these errors were encountered: