Add base and user models with essential fields and mixins

Created reusable `Base`, `UUIDMixin`, and `TimestampMixin` in `base.py`. Added a `User` model with attributes, relationships, and database configurations in `user.py` to establish a foundation for user-related features.
This commit is contained in:
2025-02-27 18:14:38 +01:00
parent 0a6918c85b
commit dcdfe8732c
3 changed files with 42 additions and 0 deletions

View File