When using flask-ASQLchemy, Error: No such table

Cause:
In models, when creating a table model,
bind_key = "is written as bing_key_ , resulting in no database path, so the table cannot be found

Published 190 original articles · 19 praises · 200,000+ views

Guess you like

Origin blog.csdn.net/zengchenacmer/article/details/44980749