python-flask: 报错如下: sqlalchemy.exc.ProgrammingError: (MySQLdb._exceptions.ProgrammingError) (1146, “Table ‘helloflask.messages’ doesn’t exist”)db.create_all() 因为没有建表,而建表需要有这句代码db.create_all()