fastapi-template/src/_module_template/models.py

10 lines
152 B
Python
Raw Normal View History

2026-05-13 15:09:59 +01:00
"""
Database models for the <this> module
2026-05-13 15:09:59 +01:00
Models:
- <ModelName>:
- <normal_columns[FK][PK]>
- <orm_relationships>
- <calculated_properties>
2026-06-15 09:45:55 +01:00
"""