We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ahb_expressions
1 parent d2b183f commit ec1196fCopy full SHA for ec1196f
1 file changed
src/fundamend/sqlmodels/expression_view.py
@@ -248,4 +248,4 @@ class AhbExpression(SQLModel, table=True):
248
respective Expression (e.g. for expression "Muss [1] U [2]")
249
"""
250
ahbicht_error_message: str | None = Field(default=None)
251
- anwendungshandbuch_primary_key: uuid.UUID = Field()
+ anwendungshandbuch_primary_key: uuid.UUID = Field(foreign_key="anwendungshandbuch.primary_key")
0 commit comments