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
The built-in metadata APIs don't tell you the name of a foreign key constraint. We may have to parse the FOREIGN KEY clause, but we should be able to extract the constraint name and put it in the HasConstraintName call.
The built-in metadata APIs don't tell you the name of a foreign key constraint. We may have to parse the
FOREIGN KEYclause, but we should be able to extract the constraint name and put it in theHasConstraintNamecall.