(ENV)[email protected]:~/flasky$ python hello.py shell
>>> from hello import db
>>> db.drop_all()
>>> db.create_all()
时间: 2024-12-31 03:24:30
(ENV)[email protected]:~/flasky$ python hello.py shell
>>> from hello import db
>>> db.drop_all()
>>> db.create_all()