Getting error when creating columns with sqlAchemy library. I have imported all the proper libs and have also surveyed the library source codes

前端 未结 0 449
北海茫月
北海茫月 2021-02-02 07:44
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         


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