TypeError: <flask_script.commands.Command object at 0x00000201F36629E8>: option values must be strings
输入命令 python manage.py db migrate
报错:TypeError: <flask_script.commands.Command object at 0x00000201F36629E8>: option values must be strings
是由于SQLALCHEMY_DATABASE_URI写错了,检测拼写。