You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to create a relationship in SQLmodel you need to specify a foreign key and optionally Relationship attributes. In you example it would be something like this
The Product table is related to the ProductGroup table with a foreign key.
The above definition doesn't work!
The text was updated successfully, but these errors were encountered: