SQLAlchemy: How to add columns to existing table? knowing that I use fastapi as framework?

后端 未结 0 1520
梦谈多话
梦谈多话 2020-12-10 21:22

class User(Base): tablename = \'users\' id = Column(Integer, primary_key=True, autoincrement=True)
firstName = Column(

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