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
model A {
aId String
}
model B {
targetId String
target A @relation(fields: [targetId], references: [ /* mistakenly prompts fields in B instead of A */ ])
}
Description and expected behavior
version 3.8.0