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
I had a bidirectional association between two tables and it happened that the Primary Key of the second one (Id) was also the Foreign Key for the first one. When I removed the association, the key icon was not removed from the property (see the attached image, the parent table is Incident, the child is Escape). Checking the model I saw that the isForeignKeyFor property had a value which was not pointing to anything in the model. When I replaced it with "00000-00..." the key icon disappeared.
Best,
Alex
The text was updated successfully, but these errors were encountered:
msawczyn
added
released
Issue is resolved in a current release
and removed
pending release
Issue is resolved in the current codebase, will be published with the next release
labels
Mar 30, 2023
Hi,
I had a bidirectional association between two tables and it happened that the Primary Key of the second one (Id) was also the Foreign Key for the first one. When I removed the association, the key icon was not removed from the property (see the attached image, the parent table is Incident, the child is Escape). Checking the model I saw that the isForeignKeyFor property had a value which was not pointing to anything in the model. When I replaced it with "00000-00..." the key icon disappeared.
Best,
Alex
The text was updated successfully, but these errors were encountered: