## Playground pull request link https://github.com/go-gorm/playground/pull/839 ## Description 复现要点:两表存在同名列时,belongs_to 在 v1.31.1 被误判为 has one,JOIN 关联到了目标表的非主键列;v1.30.1 正常