SQLAlchemy不会使用db.create_all()创建表
I'm very frustrated with SQLAlchemy. For 20 hours now I'm trying to figure out why db.create_all() does not create any tables.
I also read some similar questions at StackOverflow but I didn't found anything that helped me.
所以这是我的代码:
another_flask_backend \...