(ENV)[email protected]:~/flasky$ python hello.py shell
>>> from hello import db
>>> db.drop_all()
>>> db.create_all()
时间: 2024-10-11 15:19:42
(ENV)[email protected]:~/flasky$ python hello.py shell
>>> from hello import db
>>> db.drop_all()
>>> db.create_all()