Replies: 1 comment
-
Flask-Migrate is a lightweight wrapper for Alembic, so your problem does not really apply to this project. That said, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
problem:
flask db migrate
to create migrations file, theonupdate
doesn't create in the migration file in./migration/versions/7a31061397a7_.py
model definition
The generated migration file
onupdate
didn't create.where is the problem.
Beta Was this translation helpful? Give feedback.
All reactions