Created
February 21, 2021 02:16
-
-
Save richard-to/df96e4673bccdaa22424e6d74cd3ae25 to your computer and use it in GitHub Desktop.
Alembic CLI comands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alembic init | |
alembic revision --autogenerate -m "Migration comment" | |
alembic upgrade head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment