利用python建表

 

 

(ENV)carlo@ubuntu:~/flasky$ python hello.py shell

>>> from hello import db
>>> db.drop_all()
>>> db.create_all()


posted @ 2015-05-02 15:16  carlo-z  阅读(325)  评论(0编辑  收藏  举报