Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 334 Bytes

initialCommit.md

File metadata and controls

5 lines (3 loc) · 334 Bytes

In order to upload the table declared in our "Model.py" we need a migration script. This command requires an attached message whenever it runs, for instance:

flask db migrate -m "first migration"

In this case, the terminal should print in return Detected added table user, among others. We can now upload the migration script.