Why is Flask only creating one table when I have two db.Model classes?

后端 未结 0 427
时光取名叫无心
时光取名叫无心 2020-12-19 01:27

I have a flask app that uses SQLAlchemy to migrate and upgrade a database. The code for initializing the app looks like this:

def create_app():
    app = Flas         


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