You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For indexes, foreign keys etc names are created automatically by sqlalchemy, these can be standardized by defining a pattern.
Currently, it is hard do make a migration file for alembic if the names are not defined.
Intro
For indexes, foreign keys etc names are created automatically by sqlalchemy, these can be standardized by defining a pattern.
Currently, it is hard do make a migration file for alembic if the names are not defined.
Implementation notes
https://alembic.sqlalchemy.org/en/latest/naming.html
Acceptance Criteria
The text was updated successfully, but these errors were encountered: