auth and raw sql in alchemy
This commit is contained in:
@@ -7,7 +7,7 @@ from api.infrastructure.persistence.models.base import Base
|
||||
|
||||
|
||||
class UserModel(Base):
|
||||
__tablename__ = "user"
|
||||
__tablename__ = "users"
|
||||
|
||||
id: Mapped[uuid.UUID] = mapped_column(
|
||||
UUID(as_uuid=True),
|
||||
|
Reference in New Issue
Block a user