Skip to content

Instantly share code, notes, and snippets.

@richard-to
Created February 21, 2021 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richard-to/df96e4673bccdaa22424e6d74cd3ae25 to your computer and use it in GitHub Desktop.
Save richard-to/df96e4673bccdaa22424e6d74cd3ae25 to your computer and use it in GitHub Desktop.
Alembic CLI comands
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