实际操作命令

1,python 文件.py db init

2,python xx.py db migrate -m '版本描述'

3,python xx.py db upgrade

4,python xx.py db history 查看版本号

5,python xx.py db downgrade(upgrade) 版本号