Alembic:
alembic revision --autogenerate -m "init"相当于 Django 中:
python manage.py makemigrationsAlembic:
alembic upgrade head相当于 Django 中:
python manage.py migrateWelcome to Alembic’s documentation! — Alembic 1.0.1 documentation
Alembic:
alembic revision --autogenerate -m "init"相当于 Django 中:
python manage.py makemigrationsAlembic:
alembic upgrade head相当于 Django 中:
python manage.py migrateWelcome to Alembic’s documentation! — Alembic 1.0.1 documentation