如何在 ManyToOne 关系实体中更改实体 A 在实体 B 中查找 ID 的列名?
Table A
--------
id
title
Table B
---------
id
description
code_article
我要查找 id 表 A = code_article 表 B
怎么做 ?
如何在 ManyToOne 关系实体中更改实体 A 在实体 B 中查找 ID 的列名?
Table A
--------
id
title
Table B
---------
id
description
code_article
我要查找 id 表 A = code_article 表 B
怎么做 ?