Making Flask Migrations
Learn how to make migrations in Flask.
Creating a migration file
We must create a migration file to make migrations in our Core app. Let’s create a migration file in the backendservice2
folder named manager.py
. Then, we can open the file and import the following modules:
Get hands-on with 1400+ tech skills courses.