How to add fastapi-RBAC models to existing SQLAlchemy database

后端 未结 0 858
说谎
说谎 2020-12-19 00:34

from ..database import Base from sqlalchemy import Boolean, Column, Float, Integer, String

class User(Base):
    __tablename__ = \'users\'
    id                      


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