Creating a join table to manage this relationship would be the right thing to do.
创建一个连接表来管理这个关系会非常适合。
Indeed, the relationship between Book and Author goes beyond the simple join table.
确实如此,Book和Author之间的关系已经超出了简单连接表的范围。
The join table allows you to persist books with a single author as well as books with multiple authors.
连接表允许将具有一个作者的图书和具有多个作者的图书持久化。
应用推荐