Example #1
0
def db_create_all():
    """创建数据表"""

    db.create_all()
Example #2
0
 def setUp(self):
     db.create_all()