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 text was updated successfully, but these errors were encountered:
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 theHasConstraintName
call.The text was updated successfully, but these errors were encountered: