Brady Neumann

Results 1 comments of Brady Neumann

Expanding on @anetbnd 's solution, I found a way to perform the schema translation without affecting the base implementation of `alembic.ddl.base.format_table_name`: ```python import alembic.ddl.base as alembic_base from functools import wraps...