it seems like that despite importing the right libs and modules, but still pycharm can not recognize the library

后端 未结 0 1782
臣服心动
臣服心动 2021-02-01 12:17
class Item(db.Model):
id = db.Column(db.Integer, primary_key=True)
name = db.Column(db.String(length=30), nullable=False, unique=True,) # create a Column object. db,Colu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题