"Field does not exist on enclosing type" / Relation tables bug · Issue #9553 · prisma/prisma

Bug description I have some Question for prisma2 join table. and also one issue Schema: //other model LayoutSetting { id Int @id @default(autoincrement()) order Int route String @db.VarChar(255) ca...