User Model¶
- class User(**kwargs)[source]¶
Bases:
UUIDv7AuditBaseORM Model representing a user account in the application.
- id: Mapped[UUID]¶
UUID Primary key column.
- role_id: Mapped[UUID]¶
Foreign key linking to the user’s role (Role.id).
Bases: UUIDv7AuditBase
ORM Model representing a user account in the application.
UUID Primary key column.
Foreign key linking to the user’s role (Role.id).