sqlalchemy create single table

User.__table__.drop(engine)
User.__table__.create(engine)

https://stackoverflow.com/a/45287771/8025086

原文地址:https://www.cnblogs.com/buxizhizhoum/p/10966135.html