flask-migrate stuck on downgrade with table containing Enum field

后端 未结 0 1736
执念已碎
执念已碎 2020-12-01 01:14

I have defined the following models using sqlalchemy and my database backend is mysql.

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()
    
class Ve         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题