Erik Fubel
Results
2
comments of
Erik Fubel
### Workaround: Generating a dynamic property (this does NOT add a column to the database) As @samidarko already mentioned, with pydantic 2.0's `computed_field` decorator, you can generate a dynamic property:...
@gavinest True that, I missed the part that it should persist in the database - thanks for pointing that out! I've adjusted my answer accordingly